Html Css Color HEX #D811A1 Hollywood Cerise

📋 copy color: '#D811A1'

red 216 ◦ green 17 ◦ blue 161

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

Shades of Hollywood Cerise #D811A1

Tints of Hollywood Cerise #D811A1

RGB

 RED value IS 216 (84.77% from 255) = 54.82%

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

 BLUE value IS 161 (63.28% from 255) = 40.86%

R = 54.82%
G = 4.31%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D811A1 (or 0xD811A1) is known color: Hollywood Cerise. HEX triplet: D8, 11 and A1. RGB value is (216,17,161). Sum of RGB (Red+Green+Blue) = 216+17+161=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D811A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811A1 is #27EE5E. Grayscale: #5C5C5C. Windows color (decimal): -2616927 or 10555864. OLE color: 10555864.

HSL color Cylindrical-coordinate representation of color #D811A1: hue angle of 316.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811A1 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 161 -
CMYK 0 0.92 0.25 0.15
HSL 316.58º 0.85% 0.46% -
HSV(B) 316.58º 0.92% 0.85% -
XYZ 34.95 17.57 35.27 -
YUV 92.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 216 17 161 0 0.92 0.25 0.15 316.58 0.85 0.46
Hex D8 11 A1 0 5C 19 F 13D 55 2E
Octal 330 21 241 0 134 31 17 475 125 56
Binary 11011000 10001 10100001 0 1011100 11001 1111 100111101 1010101 101110

Color Harmonies of #D811A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811A1

Black with #D811A1

Text Example


Text Example

White with #D811A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811A1; }

 p { color: rgb(216,17,161); }

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

background-color css

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

 a { background-color: rgb(216,17,161); }

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

border-color css

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

 span { border-color: rgb(216,17,161); }

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