#D66197

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

Shades of Hopbush #D66197

Tints of Hopbush #D66197

Color information

#D66197 (or 0xD66197) is unknown color: approx Hopbush. HEX triplet: D6, 61 and 97. RGB value is (214,97,151). Sum of RGB (Red+Green+Blue) = 214+97+151=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D66197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66197 is #299E68. Grayscale: #8A8A8A. Windows color (decimal): -2727529 or 9920982. OLE color: 9920982.

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

Color convert

RGB21497151-
CMYK00.550.290.16
HSL332.31º58.79%60.98%-
HSV(B)332.31º54.67%83.92%-
XYZ37.5925.0832.14-
YUV138.14135.26182.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=46.32%
G=21.00%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149715100.550.290.16332.3158.7960.98
HexD661970371D1014c3b3d
Octal32614122706735205147375
Binary1101011011000011001011101101111110110000101001100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66197; }

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

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

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

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

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

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

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

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