#D06CB2

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

Shades of Hopbush #D06CB2

Tints of Hopbush #D06CB2

Color information

#D06CB2 (or 0xD06CB2) is unknown color: approx Hopbush. HEX triplet: D0, 6C and B2. RGB value is (208,108,178). Sum of RGB (Red+Green+Blue) = 208+108+178=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06CB2 is #2F934D. Grayscale: #919191. Windows color (decimal): -3117902 or 11693264. OLE color: 11693264.

HSL color Cylindrical-coordinate representation of color #D06CB2: hue angle of 318º 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 #D06CB2 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB208108178-
CMYK00.480.140.18
HSL318º51.55%61.96%-
HSV(B)318º48.08%81.57%-
XYZ39.4127.3545.32-
YUV145.88146.13172.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=42.11%
G=21.86%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810817800.480.140.1831851.5561.96
HexD06CB2030E1213e343e
Octal32015426206016224766476
Binary110100001101100101100100110000111010010100111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CB2; }

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

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

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

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

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

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

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

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