Html Css Color HEX #D51AAC Hollywood Cerise

📋 copy color: '#D51AAC'

red 213 ◦ green 26 ◦ blue 172

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

Shades of Hollywood Cerise #D51AAC

Tints of Hollywood Cerise #D51AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.33%

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

R = 51.82%
G = 6.33%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D51AAC (or 0xD51AAC) is known color: Hollywood Cerise. HEX triplet: D5, 1A and AC. RGB value is (213,26,172). Sum of RGB (Red+Green+Blue) = 213+26+172=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51AAC is #2AE553. Grayscale: #626262. Windows color (decimal): -2811220 or 11279061. OLE color: 11279061.

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

Color convert

RGB 213 26 172 -
CMYK 0 0.88 0.19 0.16
HSL 313.16º 0.78% 0.47% -
HSV(B) 313.16º 0.88% 0.84% -
XYZ 35.26 17.86 40.62 -
YUV 98.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 213 26 172 0 0.88 0.19 0.16 313.16 0.78 0.47
Hex D5 1A AC 0 58 13 10 139 4E 2F
Octal 325 32 254 0 130 23 20 471 116 57
Binary 11010101 11010 10101100 0 1011000 10011 10000 100111001 1001110 101111

Color Harmonies of #D51AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AAC

Black with #D51AAC

Text Example


Text Example

White with #D51AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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