Html Css Color HEX #D816AF Hollywood Cerise

📋 copy color: '#D816AF'

red 216 ◦ green 22 ◦ blue 175

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

Shades of Hollywood Cerise #D816AF

Tints of Hollywood Cerise #D816AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 52.3%
G = 5.33%
B = 42.37%

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

#D816AF (or 0xD816AF) is known color: Hollywood Cerise. HEX triplet: D8, 16 and AF. RGB value is (216,22,175). Sum of RGB (Red+Green+Blue) = 216+22+175=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D816AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816AF is #27E950. Grayscale: #616161. Windows color (decimal): -2615633 or 11474648. OLE color: 11474648.

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

Color convert

RGB 216 22 175 -
CMYK 0 0.90 0.19 0.15
HSL 312.68º 0.82% 0.47% -
HSV(B) 312.68º 0.9% 0.85% -
XYZ 36.34 18.27 42.17 -
YUV 97.45 171.77 212.56 -
System Red Green Blue C M Y K H S L
Decimal 216 22 175 0 0.90 0.19 0.15 312.68 0.82 0.47
Hex D8 16 AF 0 5A 13 F 139 52 2F
Octal 330 26 257 0 132 23 17 471 122 57
Binary 11011000 10110 10101111 0 1011010 10011 1111 100111001 1010010 101111

Color Harmonies of #D816AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816AF

Black with #D816AF

Text Example


Text Example

White with #D816AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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