Html Css Color HEX #D504A8 Hollywood Cerise

📋 copy color: '#D504A8'

red 213 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #D504A8

Tints of Hollywood Cerise #D504A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.64%

R = 55.32%
G = 1.04%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D504A8 (or 0xD504A8) is known color: Hollywood Cerise. HEX triplet: D5, 04 and A8. RGB value is (213,4,168). Sum of RGB (Red+Green+Blue) = 213+4+168=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D504A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504A8 is #2AFB57. Grayscale: #545454. Windows color (decimal): -2816856 or 11011285. OLE color: 11011285.

HSL color Cylindrical-coordinate representation of color #D504A8: hue angle of 312.92º 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 #D504A8 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 168 -
CMYK 0 0.98 0.21 0.16
HSL 312.92º 0.96% 0.43% -
HSV(B) 312.92º 0.98% 0.84% -
XYZ 34.55 17.06 38.52 -
YUV 85.19 174.74 219.16 -
System Red Green Blue C M Y K H S L
Decimal 213 4 168 0 0.98 0.21 0.16 312.92 0.96 0.43
Hex D5 4 A8 0 62 15 10 139 60 2B
Octal 325 4 250 0 142 25 20 471 140 53
Binary 11010101 100 10101000 0 1100010 10101 10000 100111001 1100000 101011

Color Harmonies of #D504A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504A8

Black with #D504A8

Text Example


Text Example

White with #D504A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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