Html Css Color HEX #D814AC Hollywood Cerise

📋 copy color: '#D814AC'

red 216 ◦ green 20 ◦ blue 172

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

Shades of Hollywood Cerise #D814AC

Tints of Hollywood Cerise #D814AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.9%

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

R = 52.94%
G = 4.9%
B = 42.16%

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

#D814AC (or 0xD814AC) is known color: Hollywood Cerise. HEX triplet: D8, 14 and AC. RGB value is (216,20,172). Sum of RGB (Red+Green+Blue) = 216+20+172=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D814AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814AC is #27EB53. Grayscale: #5F5F5F. Windows color (decimal): -2616148 or 11277528. OLE color: 11277528.

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

Color convert

RGB 216 20 172 -
CMYK 0 0.91 0.20 0.15
HSL 313.47º 0.83% 0.46% -
HSV(B) 313.47º 0.91% 0.85% -
XYZ 36.02 18.08 40.62 -
YUV 95.93 170.93 213.64 -
System Red Green Blue C M Y K H S L
Decimal 216 20 172 0 0.91 0.20 0.15 313.47 0.83 0.46
Hex D8 14 AC 0 5B 14 F 139 53 2E
Octal 330 24 254 0 133 24 17 471 123 56
Binary 11011000 10100 10101100 0 1011011 10100 1111 100111001 1010011 101110

Color Harmonies of #D814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814AC

Black with #D814AC

Text Example


Text Example

White with #D814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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