#D06C9A

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

Shades of Hopbush #D06C9A

Tints of Hopbush #D06C9A

Color information

#D06C9A (or 0xD06C9A) is unknown color: approx Hopbush. HEX triplet: D0, 6C and 9A. RGB value is (208,108,154). Sum of RGB (Red+Green+Blue) = 208+108+154=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C9A is #2F9365. Grayscale: #8F8F8F. Windows color (decimal): -3117926 or 10120400. OLE color: 10120400.

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

Color convert

RGB208108154-
CMYK00.480.260.18
HSL332.4º51.55%61.96%-
HSV(B)332.4º48.08%81.57%-
XYZ37.2126.4733.72-
YUV143.14134.13174.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=44.26%
G=22.98%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810815400.480.260.18332.451.5561.96
HexD06C9A0301A1214c343e
Octal32015423206032225146476
Binary1101000011011001001101001100001101010010101001100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C9A; }

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

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

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

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

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

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

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

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