#D66694

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

Shades of Hopbush #D66694

Tints of Hopbush #D66694

Color information

#D66694 (or 0xD66694) is unknown color: approx Hopbush. HEX triplet: D6, 66 and 94. RGB value is (214,102,148). Sum of RGB (Red+Green+Blue) = 214+102+148=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D66694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66694 is #29996B. Grayscale: #8C8C8C. Windows color (decimal): -2726252 or 9725654. OLE color: 9725654.

HSL color Cylindrical-coordinate representation of color #D66694: hue angle of 335.36º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66694 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214102148-
CMYK00.520.310.16
HSL335.36º57.73%61.96%-
HSV(B)335.36º52.34%83.92%-
XYZ37.8325.9431.03-
YUV140.73132.11180.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=46.12%
G=21.98%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410214800.520.310.16335.3657.7361.96
HexD666940341F1014f3a3e
Octal32614622406437205177276
Binary1101011011001101001010001101001111110000101001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66694; }

 p { color: rgb(214,102,148); }

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

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

 a { background-color: rgb(214,102,148); }

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

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

 span { border-color: rgb(214,102,148); }

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