Html Css Color HEX #D813A8 Hollywood Cerise

📋 copy color: '#D813A8'

red 216 ◦ green 19 ◦ blue 168

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

Shades of Hollywood Cerise #D813A8

Tints of Hollywood Cerise #D813A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 53.6%
G = 4.71%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D813A8 (or 0xD813A8) is known color: Hollywood Cerise. HEX triplet: D8, 13 and A8. RGB value is (216,19,168). Sum of RGB (Red+Green+Blue) = 216+19+168=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D813A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813A8 is #27EC57. Grayscale: #5E5E5E. Windows color (decimal): -2616408 or 11015128. OLE color: 11015128.

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

Color convert

RGB 216 19 168 -
CMYK 0 0.91 0.22 0.15
HSL 314.62º 0.84% 0.46% -
HSV(B) 314.62º 0.91% 0.85% -
XYZ 35.62 17.89 38.62 -
YUV 94.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 216 19 168 0 0.91 0.22 0.15 314.62 0.84 0.46
Hex D8 13 A8 0 5B 16 F 13B 54 2E
Octal 330 23 250 0 133 26 17 473 124 56
Binary 11011000 10011 10101000 0 1011011 10110 1111 100111011 1010100 101110

Color Harmonies of #D813A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813A8

Black with #D813A8

Text Example


Text Example

White with #D813A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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