Html Css Color HEX #DF1199 Hollywood Cerise

📋 copy color: '#DF1199'

red 223 ◦ green 17 ◦ blue 153

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

Shades of Hollywood Cerise #DF1199

Tints of Hollywood Cerise #DF1199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 56.74%
G = 4.33%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF1199 (or 0xDF1199) is known color: Hollywood Cerise. HEX triplet: DF, 11 and 99. RGB value is (223,17,153). Sum of RGB (Red+Green+Blue) = 223+17+153=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1199 is #20EE66. Grayscale: #5D5D5D. Windows color (decimal): -2158183 or 10031583. OLE color: 10031583.

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

Color convert

RGB 223 17 153 -
CMYK 0 0.92 0.31 0.13
HSL 320.39º 0.86% 0.47% -
HSV(B) 320.39º 0.92% 0.87% -
XYZ 36.38 18.39 31.77 -
YUV 94.1 161.25 219.94 -
System Red Green Blue C M Y K H S L
Decimal 223 17 153 0 0.92 0.31 0.13 320.39 0.86 0.47
Hex DF 11 99 0 5C 1F D 140 56 2F
Octal 337 21 231 0 134 37 15 500 126 57
Binary 11011111 10001 10011001 0 1011100 11111 1101 101000000 1010110 101111

Color Harmonies of #DF1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1199

Black with #DF1199

Text Example


Text Example

White with #DF1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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