Html Css Color HEX #D816AD Hollywood Cerise

📋 copy color: '#D816AD'

red 216 ◦ green 22 ◦ blue 173

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

Shades of Hollywood Cerise #D816AD

Tints of Hollywood Cerise #D816AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 52.55%
G = 5.35%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D816AD (or 0xD816AD) is known color: Hollywood Cerise. HEX triplet: D8, 16 and AD. RGB value is (216,22,173). Sum of RGB (Red+Green+Blue) = 216+22+173=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D816AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816AD is #27E952. Grayscale: #606060. Windows color (decimal): -2615635 or 11343576. OLE color: 11343576.

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

Color convert

RGB 216 22 173 -
CMYK 0 0.90 0.20 0.15
HSL 313.3º 0.82% 0.47% -
HSV(B) 313.3º 0.9% 0.85% -
XYZ 36.15 18.19 41.14 -
YUV 97.22 170.77 212.72 -
System Red Green Blue C M Y K H S L
Decimal 216 22 173 0 0.90 0.20 0.15 313.3 0.82 0.47
Hex D8 16 AD 0 5A 14 F 139 52 2F
Octal 330 26 255 0 132 24 17 471 122 57
Binary 11011000 10110 10101101 0 1011010 10100 1111 100111001 1010010 101111

Color Harmonies of #D816AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816AD

Black with #D816AD

Text Example


Text Example

White with #D816AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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