#d100a0

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

Shades of Hollywood Cerise #D100A0

Tints of Hollywood Cerise #D100A0

Color information

#D100A0 (or 0xD100A0) is unknown color: approx Hollywood Cerise. HEX triplet: D1, 00 and A0. RGB value is (209,0,160). Sum of RGB (Red+Green+Blue) = 209+0+160=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D100A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D100A0 is #2EFF5F. Grayscale: #505050. Windows color (decimal): -3080032 or 10485969. OLE color: 10485969.

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

Color convert

RGB2090160-
CMYK010.230.18
HSL314.07º100%40.98%-
HSV(B)314.07º100%81.96%-
XYZ32.6416.0934.64-
YUV80.73172.74219.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 43.36%
R=56.64%
G=0%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090160010.230.18314.0710040.98
HexD10A0064171213a6429
Octal32102400144272247214451
Binary110100010101000000110010010111100101001110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d100a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d100a0; }

 p { color: rgb(209,0,160); }

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

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

 a { background-color: rgb(209,0,160); }

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

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

 span { border-color: rgb(209,0,160); }

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