#D05D8B

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

Shades of Hopbush #D05D8B

Tints of Hopbush #D05D8B

Color information

#D05D8B (or 0xD05D8B) is unknown color: approx Hopbush. HEX triplet: D0, 5D and 8B. RGB value is (208,93,139). Sum of RGB (Red+Green+Blue) = 208+93+139=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D8B is #2FA274. Grayscale: #848484. Windows color (decimal): -3121781 or 9133520. OLE color: 9133520.

HSL color Cylindrical-coordinate representation of color #D05D8B: hue angle of 336º 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 #D05D8B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20893139-
CMYK00.550.330.18
HSL336º55.02%59.02%-
HSV(B)336º55.29%81.57%-
XYZ34.5923.127.06-
YUV132.63131.6181.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=47.27%
G=21.14%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089313900.550.330.1833655.0259.02
HexD05D8B0372112150373b
Octal32013521306741225206773
Binary11010000101110110001011011011110000110010101010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D8B; }

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

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

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

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

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

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

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

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