#D06CB1

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

Shades of Hopbush #D06CB1

Tints of Hopbush #D06CB1

Color information

#D06CB1 (or 0xD06CB1) is unknown color: approx Hopbush. HEX triplet: D0, 6C and B1. RGB value is (208,108,177). Sum of RGB (Red+Green+Blue) = 208+108+177=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06CB1 is #2F934E. Grayscale: #919191. Windows color (decimal): -3117903 or 11627728. OLE color: 11627728.

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

Color convert

RGB208108177-
CMYK00.480.150.18
HSL318.6º51.55%61.96%-
HSV(B)318.6º48.08%81.57%-
XYZ39.3127.3144.79-
YUV145.77145.63172.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 108 (42.58% from 255) = 21.91%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=42.19%
G=21.91%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810817700.480.150.18318.651.5561.96
HexD06CB1030F1213f343e
Octal32015426106017224776476
Binary110100001101100101100010110000111110010100111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CB1; }

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

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

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

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

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

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

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

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