Html Css Color HEX #DF119D Hollywood Cerise

📋 copy color: '#DF119D'

red 223 ◦ green 17 ◦ blue 157

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

Shades of Hollywood Cerise #DF119D

Tints of Hollywood Cerise #DF119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 56.17%
G = 4.28%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF119D (or 0xDF119D) is known color: Hollywood Cerise. HEX triplet: DF, 11 and 9D. RGB value is (223,17,157). Sum of RGB (Red+Green+Blue) = 223+17+157=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF119D is #20EE62. Grayscale: #5E5E5E. Windows color (decimal): -2158179 or 10293727. OLE color: 10293727.

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

Color convert

RGB 223 17 157 -
CMYK 0 0.92 0.30 0.13
HSL 319.22º 0.86% 0.47% -
HSV(B) 319.22º 0.92% 0.87% -
XYZ 36.72 18.52 33.54 -
YUV 94.55 163.25 219.62 -
System Red Green Blue C M Y K H S L
Decimal 223 17 157 0 0.92 0.30 0.13 319.22 0.86 0.47
Hex DF 11 9D 0 5C 1E D 13F 56 2F
Octal 337 21 235 0 134 36 15 477 126 57
Binary 11011111 10001 10011101 0 1011100 11110 1101 100111111 1010110 101111

Color Harmonies of #DF119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF119D

Black with #DF119D

Text Example


Text Example

White with #DF119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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