Html Css Color HEX #D913AF Hollywood Cerise

📋 copy color: '#D913AF'

red 217 ◦ green 19 ◦ blue 175

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

Shades of Hollywood Cerise #D913AF

Tints of Hollywood Cerise #D913AF

RGB

 RED value IS 217 (85.16% from 255) = 52.8%

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

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

R = 52.8%
G = 4.62%
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

#D913AF (or 0xD913AF) is known color: Hollywood Cerise. HEX triplet: D9, 13 and AF. RGB value is (217,19,175). Sum of RGB (Red+Green+Blue) = 217+19+175=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D913AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913AF is #26EC50. Grayscale: #5F5F5F. Windows color (decimal): -2550865 or 11473881. OLE color: 11473881.

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

Color convert

RGB 217 19 175 -
CMYK 0 0.91 0.19 0.15
HSL 312.73º 0.84% 0.46% -
HSV(B) 312.73º 0.91% 0.85% -
XYZ 36.59 18.31 42.16 -
YUV 95.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 217 19 175 0 0.91 0.19 0.15 312.73 0.84 0.46
Hex D9 13 AF 0 5B 13 F 139 54 2E
Octal 331 23 257 0 133 23 17 471 124 56
Binary 11011001 10011 10101111 0 1011011 10011 1111 100111001 1010100 101110

Color Harmonies of #D913AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913AF

Black with #D913AF

Text Example


Text Example

White with #D913AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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