#D500AC

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

Shades of Hollywood Cerise #D500AC

Tints of Hollywood Cerise #D500AC

Color information

#D500AC (or 0xD500AC) is unknown color: approx Hollywood Cerise. HEX triplet: D5, 00 and AC. RGB value is (213,0,172). Sum of RGB (Red+Green+Blue) = 213+0+172=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D500AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500AC is #2AFF53. Grayscale: #525252. Windows color (decimal): -2817876 or 11272405. OLE color: 11272405.

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

Color convert

RGB2130172-
CMYK010.190.16
HSL311.55º100%41.76%-
HSV(B)311.55º100%83.53%-
XYZ34.8917.1240.5-
YUV83.3178.07220.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=55.32%
G=0%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2130172010.190.16311.5510041.76
HexD50AC0641310138642a
Octal32502540144232047014452
Binary110101010101011000110010010011100001001110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D500AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D500AC; }

 p { color: rgb(213,0,172); }

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

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

 a { background-color: rgb(213,0,172); }

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

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

 span { border-color: rgb(213,0,172); }

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