Html Css Color HEX #D811A2 Hollywood Cerise

📋 copy color: '#D811A2'

red 216 ◦ green 17 ◦ blue 162

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

Shades of Hollywood Cerise #D811A2

Tints of Hollywood Cerise #D811A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 54.68%
G = 4.3%
B = 41.01%

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

#D811A2 (or 0xD811A2) is known color: Hollywood Cerise. HEX triplet: D8, 11 and A2. RGB value is (216,17,162). Sum of RGB (Red+Green+Blue) = 216+17+162=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D811A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811A2 is #27EE5D. Grayscale: #5C5C5C. Windows color (decimal): -2616926 or 10621400. OLE color: 10621400.

HSL color Cylindrical-coordinate representation of color #D811A2: hue angle of 316.28º 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 #D811A2 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 162 -
CMYK 0 0.92 0.25 0.15
HSL 316.28º 0.85% 0.46% -
HSV(B) 316.28º 0.92% 0.85% -
XYZ 35.04 17.61 35.73 -
YUV 93.03 166.93 215.71 -
System Red Green Blue C M Y K H S L
Decimal 216 17 162 0 0.92 0.25 0.15 316.28 0.85 0.46
Hex D8 11 A2 0 5C 19 F 13C 55 2E
Octal 330 21 242 0 134 31 17 474 125 56
Binary 11011000 10001 10100010 0 1011100 11001 1111 100111100 1010101 101110

Color Harmonies of #D811A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811A2

Black with #D811A2

Text Example


Text Example

White with #D811A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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