Html Css Color HEX #D816AE Hollywood Cerise

📋 copy color: '#D816AE'

red 216 ◦ green 22 ◦ blue 174

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

Shades of Hollywood Cerise #D816AE

Tints of Hollywood Cerise #D816AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.34%

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

R = 52.43%
G = 5.34%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D816AE (or 0xD816AE) is known color: Hollywood Cerise. HEX triplet: D8, 16 and AE. RGB value is (216,22,174). Sum of RGB (Red+Green+Blue) = 216+22+174=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D816AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816AE is #27E951. Grayscale: #606060. Windows color (decimal): -2615634 or 11409112. OLE color: 11409112.

HSL color Cylindrical-coordinate representation of color #D816AE: hue angle of 312.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816AE is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 174 -
CMYK 0 0.90 0.19 0.15
HSL 312.99º 0.82% 0.47% -
HSV(B) 312.99º 0.9% 0.85% -
XYZ 36.25 18.23 41.65 -
YUV 97.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 216 22 174 0 0.90 0.19 0.15 312.99 0.82 0.47
Hex D8 16 AE 0 5A 13 F 139 52 2F
Octal 330 26 256 0 132 23 17 471 122 57
Binary 11011000 10110 10101110 0 1011010 10011 1111 100111001 1010010 101111

Color Harmonies of #D816AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816AE

Black with #D816AE

Text Example


Text Example

White with #D816AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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