#D06990

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

Shades of Hopbush #D06990

Tints of Hopbush #D06990

Color information

#D06990 (or 0xD06990) is unknown color: approx Hopbush. HEX triplet: D0, 69 and 90. RGB value is (208,105,144). Sum of RGB (Red+Green+Blue) = 208+105+144=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D06990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06990 is #2F966F. Grayscale: #8C8C8C. Windows color (decimal): -3118704 or 9464272. OLE color: 9464272.

HSL color Cylindrical-coordinate representation of color #D06990: hue angle of 337.28º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06990 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208105144-
CMYK00.500.310.18
HSL337.28º52.28%61.37%-
HSV(B)337.28º49.52%81.57%-
XYZ36.125.5329.41-
YUV140.24130.12176.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=45.51%
G=22.98%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810514400.500.310.18337.2852.2861.37
HexD069900321F12151343d
Octal32015122006237225216475
Binary1101000011010011001000001100101111110010101010001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06990; }

 p { color: rgb(208,105,144); }

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

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

 a { background-color: rgb(208,105,144); }

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

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

 span { border-color: rgb(208,105,144); }

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