Html Css Color HEX #D511A9 Hollywood Cerise

📋 copy color: '#D511A9'

red 213 ◦ green 17 ◦ blue 169

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

Shades of Hollywood Cerise #D511A9

Tints of Hollywood Cerise #D511A9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.26%

 BLUE value IS 169 (66.41% from 255) = 42.36%

R = 53.38%
G = 4.26%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D511A9 (or 0xD511A9) is known color: Hollywood Cerise. HEX triplet: D5, 11 and A9. RGB value is (213,17,169). Sum of RGB (Red+Green+Blue) = 213+17+169=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D511A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D511A9 is #2AEE56. Grayscale: #5C5C5C. Windows color (decimal): -2813527 or 11080149. OLE color: 11080149.

HSL color Cylindrical-coordinate representation of color #D511A9: hue angle of 313.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511A9 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 169 -
CMYK 0 0.92 0.21 0.16
HSL 313.47º 0.85% 0.45% -
HSV(B) 313.47º 0.92% 0.84% -
XYZ 34.8 17.41 39.06 -
YUV 92.93 170.93 213.64 -
System Red Green Blue C M Y K H S L
Decimal 213 17 169 0 0.92 0.21 0.16 313.47 0.85 0.45
Hex D5 11 A9 0 5C 15 10 139 55 2D
Octal 325 21 251 0 134 25 20 471 125 55
Binary 11010101 10001 10101001 0 1011100 10101 10000 100111001 1010101 101101

Color Harmonies of #D511A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511A9

Black with #D511A9

Text Example


Text Example

White with #D511A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511A9; }

 p { color: rgb(213,17,169); }

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

background-color css

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

 a { background-color: rgb(213,17,169); }

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

border-color css

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

 span { border-color: rgb(213,17,169); }

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