#D05D9E

Color #D05D9E Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D05D9E

Tints of Hopbush #D05D9E

Color information

#D05D9E (or 0xD05D9E) is unknown color: approx Hopbush. HEX triplet: D0, 5D and 9E. RGB value is (208,93,158). Sum of RGB (Red+Green+Blue) = 208+93+158=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D9E is #2FA261. Grayscale: #868686. Windows color (decimal): -3121762 or 10378704. OLE color: 10378704.

HSL color Cylindrical-coordinate representation of color #D05D9E: hue angle of 326.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D9E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20893158-
CMYK00.550.240.18
HSL326.09º55.02%59.02%-
HSV(B)326.09º55.29%81.57%-
XYZ36.123.7135.02-
YUV134.79141.1180.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=45.32%
G=20.26%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089315800.550.240.18326.0955.0259.02
HexD05D9E0371812146373b
Octal32013523606730225066773
Binary1101000010111011001111001101111100010010101000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D9E; }

 p { color: rgb(208,93,158); }

 H1.HeaderClassName
 {
   color: #D05D9E;
 }
 .AnyTagClassName
 {
   color: #D05D9E;
 }
</style>
background-color css

<style>
 a { background-color: #D05D9E; }

 a { background-color: rgb(208,93,158); }

 div.DivClassName
 {
   background-color: #D05D9E;
 }
 .BgClassName
 {
   background-color: #D05D9E;
 }
</style>
border-color css

<style>
 span { border-color: #D05D9E; }

 span { border-color: rgb(208,93,158); }

 td.TdClassName
 {
   border-color: #D05D9E;
 }
 .TagClassName
 {
   border-color: #D05D9E;
 }
</style>