Html Css Color HEX #D814AE Hollywood Cerise

📋 copy color: '#D814AE'

red 216 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #D814AE

Tints of Hollywood Cerise #D814AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 52.68%
G = 4.88%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D814AE (or 0xD814AE) is known color: Hollywood Cerise. HEX triplet: D8, 14 and AE. RGB value is (216,20,174). Sum of RGB (Red+Green+Blue) = 216+20+174=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D814AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814AE is #27EB51. Grayscale: #5F5F5F. Windows color (decimal): -2616146 or 11408600. OLE color: 11408600.

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

Color convert

RGB 216 20 174 -
CMYK 0 0.91 0.19 0.15
HSL 312.86º 0.83% 0.46% -
HSV(B) 312.86º 0.91% 0.85% -
XYZ 36.21 18.16 41.64 -
YUV 96.16 171.93 213.48 -
System Red Green Blue C M Y K H S L
Decimal 216 20 174 0 0.91 0.19 0.15 312.86 0.83 0.46
Hex D8 14 AE 0 5B 13 F 139 53 2E
Octal 330 24 256 0 133 23 17 471 123 56
Binary 11011000 10100 10101110 0 1011011 10011 1111 100111001 1010011 101110

Color Harmonies of #D814AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814AE

Black with #D814AE

Text Example


Text Example

White with #D814AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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