Html Css Color HEX #D504AC Hollywood Cerise

📋 copy color: '#D504AC'

red 213 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #D504AC

Tints of Hollywood Cerise #D504AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 54.76%
G = 1.03%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D504AC (or 0xD504AC) is known color: Hollywood Cerise. HEX triplet: D5, 04 and AC. RGB value is (213,4,172). Sum of RGB (Red+Green+Blue) = 213+4+172=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D504AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504AC is #2AFB53. Grayscale: #555555. Windows color (decimal): -2816852 or 11273429. OLE color: 11273429.

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

Color convert

RGB 213 4 172 -
CMYK 0 0.98 0.19 0.16
HSL 311.77º 0.96% 0.43% -
HSV(B) 311.77º 0.98% 0.84% -
XYZ 34.93 17.21 40.51 -
YUV 85.64 176.74 218.84 -
System Red Green Blue C M Y K H S L
Decimal 213 4 172 0 0.98 0.19 0.16 311.77 0.96 0.43
Hex D5 4 AC 0 62 13 10 138 60 2B
Octal 325 4 254 0 142 23 20 470 140 53
Binary 11010101 100 10101100 0 1100010 10011 10000 100111000 1100000 101011

Color Harmonies of #D504AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504AC

Black with #D504AC

Text Example


Text Example

White with #D504AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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