#D306A6

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

Shades of Hollywood Cerise #D306A6

Tints of Hollywood Cerise #D306A6

Color information

#D306A6 (or 0xD306A6) is unknown color: approx Hollywood Cerise. HEX triplet: D3, 06 and A6. RGB value is (211,6,166). Sum of RGB (Red+Green+Blue) = 211+6+166=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D306A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D306A6 is #2CF959. Grayscale: #555555. Windows color (decimal): -2947418 or 10880723. OLE color: 10880723.

HSL color Cylindrical-coordinate representation of color #D306A6: hue angle of 313.17º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306A6 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB2116166-
CMYK00.970.210.17
HSL313.17º94.47%42.55%-
HSV(B)313.17º97.16%82.75%-
XYZ33.8116.7337.52-
YUV85.54173.42217.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.09%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 166 (65.23% from 255) = 43.34%
R=55.09%
G=1.57%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211616600.970.210.17313.1794.4742.55
HexD36A606115111395e2b
Octal32362460141252147113653
Binary11010011110101001100110000110101100011001110011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D306A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D306A6; }

 p { color: rgb(211,6,166); }

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

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

 a { background-color: rgb(211,6,166); }

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

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

 span { border-color: rgb(211,6,166); }

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