Html Css Color HEX #D911AF Hollywood Cerise

📋 copy color: '#D911AF'

red 217 ◦ green 17 ◦ blue 175

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

Shades of Hollywood Cerise #D911AF

Tints of Hollywood Cerise #D911AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

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

R = 53.06%
G = 4.16%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D911AF (or 0xD911AF) is known color: Hollywood Cerise. HEX triplet: D9, 11 and AF. RGB value is (217,17,175). Sum of RGB (Red+Green+Blue) = 217+17+175=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D911AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D911AF is #26EE50. Grayscale: #5E5E5E. Windows color (decimal): -2551377 or 11473369. OLE color: 11473369.

HSL color Cylindrical-coordinate representation of color #D911AF: hue angle of 312.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911AF is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 175 -
CMYK 0 0.92 0.19 0.15
HSL 312.6º 0.85% 0.46% -
HSV(B) 312.6º 0.92% 0.85% -
XYZ 36.55 18.25 42.15 -
YUV 94.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 217 17 175 0 0.92 0.19 0.15 312.6 0.85 0.46
Hex D9 11 AF 0 5C 13 F 139 55 2E
Octal 331 21 257 0 134 23 17 471 125 56
Binary 11011001 10001 10101111 0 1011100 10011 1111 100111001 1010101 101110

Color Harmonies of #D911AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911AF

Black with #D911AF

Text Example


Text Example

White with #D911AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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