#D66CAD

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

Shades of Hopbush #D66CAD

Tints of Hopbush #D66CAD

Color information

#D66CAD (or 0xD66CAD) is unknown color: approx Hopbush. HEX triplet: D6, 6C and AD. RGB value is (214,108,173). Sum of RGB (Red+Green+Blue) = 214+108+173=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CAD is #299352. Grayscale: #929292. Windows color (decimal): -2724691 or 11365590. OLE color: 11365590.

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

Color convert

RGB214108173-
CMYK00.500.190.16
HSL323.21º56.38%63.14%-
HSV(B)323.21º49.53%83.92%-
XYZ40.6428.0442.81-
YUV147.1142.62175.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=43.23%
G=21.82%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410817300.500.190.16323.2156.3863.14
HexD66CAD0321310143383f
Octal32615425506223205037077
Binary1101011011011001010110101100101001110000101000011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CAD; }

 p { color: rgb(214,108,173); }

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

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

 a { background-color: rgb(214,108,173); }

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

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

 span { border-color: rgb(214,108,173); }

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