#D06C94

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

Shades of Hopbush #D06C94

Tints of Hopbush #D06C94

Color information

#D06C94 (or 0xD06C94) is unknown color: approx Hopbush. HEX triplet: D0, 6C and 94. RGB value is (208,108,148). Sum of RGB (Red+Green+Blue) = 208+108+148=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C94 is #2F936B. Grayscale: #8E8E8E. Windows color (decimal): -3117932 or 9727184. OLE color: 9727184.

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

Color convert

RGB208108148-
CMYK00.480.290.18
HSL336º51.55%61.96%-
HSV(B)336º48.08%81.57%-
XYZ36.7226.2731.15-
YUV142.46131.13174.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=44.83%
G=23.28%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810814800.480.290.1833651.5561.96
HexD06C940301D12150343e
Octal32015422406035225206476
Binary1101000011011001001010001100001110110010101010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C94; }

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

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

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

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

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

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

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

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