Html Css Color HEX #D813AB Hollywood Cerise

📋 copy color: '#D813AB'

red 216 ◦ green 19 ◦ blue 171

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

Shades of Hollywood Cerise #D813AB

Tints of Hollywood Cerise #D813AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 53.2%
G = 4.68%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D813AB (or 0xD813AB) is known color: Hollywood Cerise. HEX triplet: D8, 13 and AB. RGB value is (216,19,171). Sum of RGB (Red+Green+Blue) = 216+19+171=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D813AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813AB is #27EC54. Grayscale: #5E5E5E. Windows color (decimal): -2616405 or 11211736. OLE color: 11211736.

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

Color convert

RGB 216 19 171 -
CMYK 0 0.91 0.21 0.15
HSL 313.71º 0.84% 0.46% -
HSV(B) 313.71º 0.91% 0.85% -
XYZ 35.9 18 40.11 -
YUV 95.23 170.77 214.14 -
System Red Green Blue C M Y K H S L
Decimal 216 19 171 0 0.91 0.21 0.15 313.71 0.84 0.46
Hex D8 13 AB 0 5B 15 F 13A 54 2E
Octal 330 23 253 0 133 25 17 472 124 56
Binary 11011000 10011 10101011 0 1011011 10101 1111 100111010 1010100 101110

Color Harmonies of #D813AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813AB

Black with #D813AB

Text Example


Text Example

White with #D813AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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