Html Css Color HEX #D813AC Hollywood Cerise

📋 copy color: '#D813AC'

red 216 ◦ green 19 ◦ blue 172

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

Shades of Hollywood Cerise #D813AC

Tints of Hollywood Cerise #D813AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 53.07%
G = 4.67%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D813AC (or 0xD813AC) is known color: Hollywood Cerise. HEX triplet: D8, 13 and AC. RGB value is (216,19,172). Sum of RGB (Red+Green+Blue) = 216+19+172=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D813AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813AC is #27EC53. Grayscale: #5E5E5E. Windows color (decimal): -2616404 or 11277272. OLE color: 11277272.

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

Color convert

RGB 216 19 172 -
CMYK 0 0.91 0.20 0.15
HSL 313.4º 0.84% 0.46% -
HSV(B) 313.4º 0.91% 0.85% -
XYZ 36 18.04 40.62 -
YUV 95.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 216 19 172 0 0.91 0.20 0.15 313.4 0.84 0.46
Hex D8 13 AC 0 5B 14 F 139 54 2E
Octal 330 23 254 0 133 24 17 471 124 56
Binary 11011000 10011 10101100 0 1011011 10100 1111 100111001 1010100 101110

Color Harmonies of #D813AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813AC

Black with #D813AC

Text Example


Text Example

White with #D813AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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