#D501A3

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

Shades of Hollywood Cerise #D501A3

Tints of Hollywood Cerise #D501A3

Color information

#D501A3 (or 0xD501A3) is unknown color: approx Hollywood Cerise. HEX triplet: D5, 01 and A3. RGB value is (213,1,163). Sum of RGB (Red+Green+Blue) = 213+1+163=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D501A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D501A3 is #2AFE5C. Grayscale: #525252. Windows color (decimal): -2817629 or 10682837. OLE color: 10682837.

HSL color Cylindrical-coordinate representation of color #D501A3: hue angle of 314.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501A3 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB2131163-
CMYK01.000.230.16
HSL314.15º99.07%41.96%-
HSV(B)314.15º99.53%83.53%-
XYZ34.0616.8136.1-
YUV82.86173.24220.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=56.50%
G=0.27%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213116301.000.230.16314.1599.0741.96
HexD51A3064171013a632a
Octal32512430144272047214352
Binary110101011101000110110010010111100001001110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D501A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D501A3; }

 p { color: rgb(213,1,163); }

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

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

 a { background-color: rgb(213,1,163); }

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

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

 span { border-color: rgb(213,1,163); }

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