Html Css Color HEX #D814AF Hollywood Cerise

📋 copy color: '#D814AF'

red 216 ◦ green 20 ◦ blue 175

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

Shades of Hollywood Cerise #D814AF

Tints of Hollywood Cerise #D814AF

RGB

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

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

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

R = 52.55%
G = 4.87%
B = 42.58%

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

#D814AF (or 0xD814AF) is known color: Hollywood Cerise. HEX triplet: D8, 14 and AF. RGB value is (216,20,175). Sum of RGB (Red+Green+Blue) = 216+20+175=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D814AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814AF is #27EB50. Grayscale: #5F5F5F. Windows color (decimal): -2616145 or 11474136. OLE color: 11474136.

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

Color convert

RGB 216 20 175 -
CMYK 0 0.91 0.19 0.15
HSL 312.55º 0.83% 0.46% -
HSV(B) 312.55º 0.91% 0.85% -
XYZ 36.31 18.19 42.16 -
YUV 96.27 172.43 213.4 -
System Red Green Blue C M Y K H S L
Decimal 216 20 175 0 0.91 0.19 0.15 312.55 0.83 0.46
Hex D8 14 AF 0 5B 13 F 139 53 2E
Octal 330 24 257 0 133 23 17 471 123 56
Binary 11011000 10100 10101111 0 1011011 10011 1111 100111001 1010011 101110

Color Harmonies of #D814AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814AF

Black with #D814AF

Text Example


Text Example

White with #D814AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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