Html Css Color HEX #DF119F Hollywood Cerise

📋 copy color: '#DF119F'

red 223 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #DF119F

Tints of Hollywood Cerise #DF119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 55.89%
G = 4.26%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF119F (or 0xDF119F) is known color: Hollywood Cerise. HEX triplet: DF, 11 and 9F. RGB value is (223,17,159). Sum of RGB (Red+Green+Blue) = 223+17+159=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF119F is #20EE60. Grayscale: #5E5E5E. Windows color (decimal): -2158177 or 10424799. OLE color: 10424799.

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

Color convert

RGB 223 17 159 -
CMYK 0 0.92 0.29 0.13
HSL 318.64º 0.86% 0.47% -
HSV(B) 318.64º 0.92% 0.87% -
XYZ 36.89 18.59 34.45 -
YUV 94.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 223 17 159 0 0.92 0.29 0.13 318.64 0.86 0.47
Hex DF 11 9F 0 5C 1D D 13F 56 2F
Octal 337 21 237 0 134 35 15 477 126 57
Binary 11011111 10001 10011111 0 1011100 11101 1101 100111111 1010110 101111

Color Harmonies of #DF119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF119F

Black with #DF119F

Text Example


Text Example

White with #DF119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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