#D101A6

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

Shades of Hollywood Cerise #D101A6

Tints of Hollywood Cerise #D101A6

Color information

#D101A6 (or 0xD101A6) is unknown color: approx Hollywood Cerise. HEX triplet: D1, 01 and A6. RGB value is (209,1,166). Sum of RGB (Red+Green+Blue) = 209+1+166=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D101A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D101A6 is #2EFE59. Grayscale: #515151. Windows color (decimal): -3079770 or 10879441. OLE color: 10879441.

HSL color Cylindrical-coordinate representation of color #D101A6: hue angle of 312.4º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101A6 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB2091166-
CMYK01.000.210.18
HSL312.4º99.05%41.18%-
HSV(B)312.4º99.52%81.96%-
XYZ33.1916.3337.48-
YUV82175.41218.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.59%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 166 (65.23% from 255) = 44.15%
R=55.59%
G=0.27%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209116601.000.210.18312.499.0541.18
HexD11A606415121386329
Octal32112460144252247014351
Binary110100011101001100110010010101100101001110001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D101A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D101A6; }

 p { color: rgb(209,1,166); }

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

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

 a { background-color: rgb(209,1,166); }

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

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

 span { border-color: rgb(209,1,166); }

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