Html Css Color HEX #DF11A0 Hollywood Cerise

📋 copy color: '#DF11A0'

red 223 ◦ green 17 ◦ blue 160

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

Shades of Hollywood Cerise #DF11A0

Tints of Hollywood Cerise #DF11A0

RGB

 RED value IS 223 (87.5% from 255) = 55.75%

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

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

R = 55.75%
G = 4.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF11A0 (or 0xDF11A0) is known color: Hollywood Cerise. HEX triplet: DF, 11 and A0. RGB value is (223,17,160). Sum of RGB (Red+Green+Blue) = 223+17+160=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF11A0 is #20EE5F. Grayscale: #5E5E5E. Windows color (decimal): -2158176 or 10490335. OLE color: 10490335.

HSL color Cylindrical-coordinate representation of color #DF11A0: hue angle of 318.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11A0 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 160 -
CMYK 0 0.92 0.28 0.13
HSL 318.35º 0.86% 0.47% -
HSV(B) 318.35º 0.92% 0.87% -
XYZ 36.98 18.63 34.9 -
YUV 94.9 164.75 219.37 -
System Red Green Blue C M Y K H S L
Decimal 223 17 160 0 0.92 0.28 0.13 318.35 0.86 0.47
Hex DF 11 A0 0 5C 1C D 13E 56 2F
Octal 337 21 240 0 134 34 15 476 126 57
Binary 11011111 10001 10100000 0 1011100 11100 1101 100111110 1010110 101111

Color Harmonies of #DF11A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11A0

Black with #DF11A0

Text Example


Text Example

White with #DF11A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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