Html Css Color HEX #D812A2 Hollywood Cerise

📋 copy color: '#D812A2'

red 216 ◦ green 18 ◦ blue 162

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

Shades of Hollywood Cerise #D812A2

Tints of Hollywood Cerise #D812A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.55%

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

R = 54.55%
G = 4.55%
B = 40.91%

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

#D812A2 (or 0xD812A2) is known color: Hollywood Cerise. HEX triplet: D8, 12 and A2. RGB value is (216,18,162). Sum of RGB (Red+Green+Blue) = 216+18+162=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D812A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D812A2 is #27ED5D. Grayscale: #5D5D5D. Windows color (decimal): -2616670 or 10621656. OLE color: 10621656.

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

Color convert

RGB 216 18 162 -
CMYK 0 0.92 0.25 0.15
HSL 316.36º 0.85% 0.46% -
HSV(B) 316.36º 0.92% 0.85% -
XYZ 35.06 17.64 35.74 -
YUV 93.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 216 18 162 0 0.92 0.25 0.15 316.36 0.85 0.46
Hex D8 12 A2 0 5C 19 F 13C 55 2E
Octal 330 22 242 0 134 31 17 474 125 56
Binary 11011000 10010 10100010 0 1011100 11001 1111 100111100 1010101 101110

Color Harmonies of #D812A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812A2

Black with #D812A2

Text Example


Text Example

White with #D812A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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