Html Css Color HEX #D504A0 Hollywood Cerise

📋 copy color: '#D504A0'

red 213 ◦ green 4 ◦ blue 160

#D504A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #D504A0

Tints of Hollywood Cerise #D504A0

RGB

 RED value IS 213 (83.59% from 255) = 56.5%

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 56.5%
G = 1.06%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D504A0 (or 0xD504A0) is known color: Hollywood Cerise. HEX triplet: D5, 04 and A0. RGB value is (213,4,160). Sum of RGB (Red+Green+Blue) = 213+4+160=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D504A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504A0 is #2AFB5F. Grayscale: #535353. Windows color (decimal): -2816864 or 10486997. OLE color: 10486997.

HSL color Cylindrical-coordinate representation of color #D504A0: hue angle of 315.22º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504A0 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 160 -
CMYK 0 0.98 0.25 0.16
HSL 315.22º 0.96% 0.43% -
HSV(B) 315.22º 0.98% 0.84% -
XYZ 33.83 16.77 34.71 -
YUV 84.28 170.74 219.82 -
System Red Green Blue C M Y K H S L
Decimal 213 4 160 0 0.98 0.25 0.16 315.22 0.96 0.43
Hex D5 4 A0 0 62 19 10 13B 60 2B
Octal 325 4 240 0 142 31 20 473 140 53
Binary 11010101 100 10100000 0 1100010 11001 10000 100111011 1100000 101011

Color Harmonies of #D504A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504A0

Black with #D504A0

Text Example


Text Example

White with #D504A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504A0; }

 p { color: rgb(213,4,160); }

 H1.HeaderClassName
 {
   color: #D504A0;
 }
 .AnyTagClassName
 {
   color: #D504A0;
 }
</style>

background-color css

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

 a { background-color: rgb(213,4,160); }

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

border-color css

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

 span { border-color: rgb(213,4,160); }

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