Html Css Color HEX #D813AF Hollywood Cerise

📋 copy color: '#D813AF'

red 216 ◦ green 19 ◦ blue 175

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

Shades of Hollywood Cerise #D813AF

Tints of Hollywood Cerise #D813AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.63%

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

R = 52.68%
G = 4.63%
B = 42.68%

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

#D813AF (or 0xD813AF) is known color: Hollywood Cerise. HEX triplet: D8, 13 and AF. RGB value is (216,19,175). Sum of RGB (Red+Green+Blue) = 216+19+175=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D813AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813AF is #27EC50. Grayscale: #5F5F5F. Windows color (decimal): -2616401 or 11473880. OLE color: 11473880.

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

Color convert

RGB 216 19 175 -
CMYK 0 0.91 0.19 0.15
HSL 312.49º 0.84% 0.46% -
HSV(B) 312.49º 0.91% 0.85% -
XYZ 36.29 18.16 42.15 -
YUV 95.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 216 19 175 0 0.91 0.19 0.15 312.49 0.84 0.46
Hex D8 13 AF 0 5B 13 F 138 54 2E
Octal 330 23 257 0 133 23 17 470 124 56
Binary 11011000 10011 10101111 0 1011011 10011 1111 100111000 1010100 101110

Color Harmonies of #D813AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813AF

Black with #D813AF

Text Example


Text Example

White with #D813AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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