#D66DAF

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

Shades of Hopbush #D66DAF

Tints of Hopbush #D66DAF

Color information

#D66DAF (or 0xD66DAF) is unknown color: approx Hopbush. HEX triplet: D6, 6D and AF. RGB value is (214,109,175). Sum of RGB (Red+Green+Blue) = 214+109+175=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DAF is #299250. Grayscale: #939393. Windows color (decimal): -2724433 or 11496918. OLE color: 11496918.

HSL color Cylindrical-coordinate representation of color #D66DAF: hue angle of 322.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DAF is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214109175-
CMYK00.490.180.16
HSL322.29º56.15%63.33%-
HSV(B)322.29º49.07%83.92%-
XYZ40.9428.3343.87-
YUV147.92143.29175.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=42.97%
G=21.89%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410917500.490.180.16322.2956.1563.33
HexD66DAF0311210142383f
Octal32615525706122205027077
Binary1101011011011011010111101100011001010000101000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DAF; }

 p { color: rgb(214,109,175); }

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

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

 a { background-color: rgb(214,109,175); }

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

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

 span { border-color: rgb(214,109,175); }

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