Html Css Color HEX #D813A2 Hollywood Cerise

📋 copy color: '#D813A2'

red 216 ◦ green 19 ◦ blue 162

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

Shades of Hollywood Cerise #D813A2

Tints of Hollywood Cerise #D813A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

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

R = 54.41%
G = 4.79%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D813A2 (or 0xD813A2) is known color: Hollywood Cerise. HEX triplet: D8, 13 and A2. RGB value is (216,19,162). Sum of RGB (Red+Green+Blue) = 216+19+162=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D813A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813A2 is #27EC5D. Grayscale: #5D5D5D. Windows color (decimal): -2616414 or 10621912. OLE color: 10621912.

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

Color convert

RGB 216 19 162 -
CMYK 0 0.91 0.25 0.15
HSL 316.45º 0.84% 0.46% -
HSV(B) 316.45º 0.91% 0.85% -
XYZ 35.07 17.67 35.75 -
YUV 94.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 216 19 162 0 0.91 0.25 0.15 316.45 0.84 0.46
Hex D8 13 A2 0 5B 19 F 13C 54 2E
Octal 330 23 242 0 133 31 17 474 124 56
Binary 11011000 10011 10100010 0 1011011 11001 1111 100111100 1010100 101110

Color Harmonies of #D813A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813A2

Black with #D813A2

Text Example


Text Example

White with #D813A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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