Html Css Color HEX #D504A4 Hollywood Cerise

📋 copy color: '#D504A4'

red 213 ◦ green 4 ◦ blue 164

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

Shades of Hollywood Cerise #D504A4

Tints of Hollywood Cerise #D504A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.04%

R = 55.91%
G = 1.05%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D504A4 (or 0xD504A4) is known color: Hollywood Cerise. HEX triplet: D5, 04 and A4. RGB value is (213,4,164). Sum of RGB (Red+Green+Blue) = 213+4+164=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D504A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504A4 is #2AFB5B. Grayscale: #545454. Windows color (decimal): -2816860 or 10749141. OLE color: 10749141.

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

Color convert

RGB 213 4 164 -
CMYK 0 0.98 0.23 0.16
HSL 314.07º 0.96% 0.43% -
HSV(B) 314.07º 0.98% 0.84% -
XYZ 34.18 16.91 36.58 -
YUV 84.73 172.74 219.49 -
System Red Green Blue C M Y K H S L
Decimal 213 4 164 0 0.98 0.23 0.16 314.07 0.96 0.43
Hex D5 4 A4 0 62 17 10 13A 60 2B
Octal 325 4 244 0 142 27 20 472 140 53
Binary 11010101 100 10100100 0 1100010 10111 10000 100111010 1100000 101011

Color Harmonies of #D504A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504A4

Black with #D504A4

Text Example


Text Example

White with #D504A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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