Html Css Color HEX #D911A0 Hollywood Cerise

📋 copy color: '#D911A0'

red 217 ◦ green 17 ◦ blue 160

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

Shades of Hollywood Cerise #D911A0

Tints of Hollywood Cerise #D911A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 55.08%
G = 4.31%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D911A0 (or 0xD911A0) is known color: Hollywood Cerise. HEX triplet: D9, 11 and A0. RGB value is (217,17,160). Sum of RGB (Red+Green+Blue) = 217+17+160=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D911A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D911A0 is #26EE5F. Grayscale: #5C5C5C. Windows color (decimal): -2551392 or 10490329. OLE color: 10490329.

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

Color convert

RGB 217 17 160 -
CMYK 0 0.92 0.26 0.15
HSL 317.1º 0.85% 0.46% -
HSV(B) 317.1º 0.92% 0.85% -
XYZ 35.16 17.69 34.82 -
YUV 93.1 165.76 216.37 -
System Red Green Blue C M Y K H S L
Decimal 217 17 160 0 0.92 0.26 0.15 317.1 0.85 0.46
Hex D9 11 A0 0 5C 1A F 13D 55 2E
Octal 331 21 240 0 134 32 17 475 125 56
Binary 11011001 10001 10100000 0 1011100 11010 1111 100111101 1010101 101110

Color Harmonies of #D911A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911A0

Black with #D911A0

Text Example


Text Example

White with #D911A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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