#D66192

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

Shades of Hopbush #D66192

Tints of Hopbush #D66192

Color information

#D66192 (or 0xD66192) is unknown color: approx Hopbush. HEX triplet: D6, 61 and 92. RGB value is (214,97,146). Sum of RGB (Red+Green+Blue) = 214+97+146=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D66192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66192 is #299E6D. Grayscale: #898989. Windows color (decimal): -2727534 or 9593302. OLE color: 9593302.

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

Color convert

RGB21497146-
CMYK00.550.320.16
HSL334.87º58.79%60.98%-
HSV(B)334.87º54.67%83.92%-
XYZ37.1924.9230.04-
YUV137.57132.76182.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=46.83%
G=21.23%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149714600.550.320.16334.8758.7960.98
HexD66192037201014f3b3d
Octal32614122206740205177375
Binary11010110110000110010010011011110000010000101001111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66192; }

 p { color: rgb(214,97,146); }

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

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

 a { background-color: rgb(214,97,146); }

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

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

 span { border-color: rgb(214,97,146); }

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