#D66090

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

Shades of Hopbush #D66090

Tints of Hopbush #D66090

Color information

#D66090 (or 0xD66090) is unknown color: approx Hopbush. HEX triplet: D6, 60 and 90. RGB value is (214,96,144). Sum of RGB (Red+Green+Blue) = 214+96+144=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D66090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66090 is #299F6F. Grayscale: #888888. Windows color (decimal): -2727792 or 9461974. OLE color: 9461974.

HSL color Cylindrical-coordinate representation of color #D66090: hue angle of 335.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66090 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21496144-
CMYK00.550.330.16
HSL335.59º59%60.78%-
HSV(B)335.59º55.14%83.92%-
XYZ36.9524.6829.2-
YUV136.75132.09183.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=47.14%
G=21.15%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149614400.550.330.16335.595960.78
HexD6609003721101503b3d
Octal32614022006741205207375
Binary11010110110000010010000011011110000110000101010000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66090; }

 p { color: rgb(214,96,144); }

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

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

 a { background-color: rgb(214,96,144); }

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

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

 span { border-color: rgb(214,96,144); }

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