#D66CA7

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

Shades of Hopbush #D66CA7

Tints of Hopbush #D66CA7

Color information

#D66CA7 (or 0xD66CA7) is unknown color: approx Hopbush. HEX triplet: D6, 6C and A7. RGB value is (214,108,167). Sum of RGB (Red+Green+Blue) = 214+108+167=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CA7 is #299358. Grayscale: #929292. Windows color (decimal): -2724697 or 10972374. OLE color: 10972374.

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

Color convert

RGB214108167-
CMYK00.500.220.16
HSL326.6º56.38%63.14%-
HSV(B)326.6º49.53%83.92%-
XYZ40.0727.8139.82-
YUV146.42139.62176.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=43.76%
G=22.09%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410816700.500.220.16326.656.3863.14
HexD66CA70321610147383f
Octal32615424706226205077077
Binary1101011011011001010011101100101011010000101000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CA7; }

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

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

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

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

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

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

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

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