#D06CAA

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

Shades of Hopbush #D06CAA

Tints of Hopbush #D06CAA

Color information

#D06CAA (or 0xD06CAA) is unknown color: approx Hopbush. HEX triplet: D0, 6C and AA. RGB value is (208,108,170). Sum of RGB (Red+Green+Blue) = 208+108+170=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06CAA is #2F9355. Grayscale: #909090. Windows color (decimal): -3117910 or 11168976. OLE color: 11168976.

HSL color Cylindrical-coordinate representation of color #D06CAA: hue angle of 322.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CAA is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208108170-
CMYK00.480.180.18
HSL322.8º51.55%61.96%-
HSV(B)322.8º48.08%81.57%-
XYZ38.6327.0441.21-
YUV144.97142.13172.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=42.80%
G=22.22%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810817000.480.180.18322.851.5561.96
HexD06CAA0301212143343e
Octal32015425206022225036476
Binary1101000011011001010101001100001001010010101000011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CAA; }

 p { color: rgb(208,108,170); }

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

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

 a { background-color: rgb(208,108,170); }

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

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

 span { border-color: rgb(208,108,170); }

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