Html Css Color HEX #D911A8 Hollywood Cerise

📋 copy color: '#D911A8'

red 217 ◦ green 17 ◦ blue 168

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

Shades of Hollywood Cerise #D911A8

Tints of Hollywood Cerise #D911A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.79%

R = 53.98%
G = 4.23%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D911A8 (or 0xD911A8) is known color: Hollywood Cerise. HEX triplet: D9, 11 and A8. RGB value is (217,17,168). Sum of RGB (Red+Green+Blue) = 217+17+168=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D911A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D911A8 is #26EE57. Grayscale: #5D5D5D. Windows color (decimal): -2551384 or 11014617. OLE color: 11014617.

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

Color convert

RGB 217 17 168 -
CMYK 0 0.92 0.23 0.15
HSL 314.7º 0.85% 0.46% -
HSV(B) 314.7º 0.92% 0.85% -
XYZ 35.88 17.98 38.62 -
YUV 94.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 217 17 168 0 0.92 0.23 0.15 314.7 0.85 0.46
Hex D9 11 A8 0 5C 17 F 13B 55 2E
Octal 331 21 250 0 134 27 17 473 125 56
Binary 11011001 10001 10101000 0 1011100 10111 1111 100111011 1010101 101110

Color Harmonies of #D911A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911A8

Black with #D911A8

Text Example


Text Example

White with #D911A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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