Html Css Color HEX #DF139F Hollywood Cerise

📋 copy color: '#DF139F'

red 223 ◦ green 19 ◦ blue 159

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

Shades of Hollywood Cerise #DF139F

Tints of Hollywood Cerise #DF139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

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

R = 55.61%
G = 4.74%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF139F (or 0xDF139F) is known color: Hollywood Cerise. HEX triplet: DF, 13 and 9F. RGB value is (223,19,159). Sum of RGB (Red+Green+Blue) = 223+19+159=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF139F is #20EC60. Grayscale: #5F5F5F. Windows color (decimal): -2157665 or 10425311. OLE color: 10425311.

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

Color convert

RGB 223 19 159 -
CMYK 0 0.91 0.29 0.13
HSL 318.82º 0.84% 0.47% -
HSV(B) 318.82º 0.91% 0.87% -
XYZ 36.92 18.66 34.46 -
YUV 95.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 223 19 159 0 0.91 0.29 0.13 318.82 0.84 0.47
Hex DF 13 9F 0 5B 1D D 13F 54 2F
Octal 337 23 237 0 133 35 15 477 124 57
Binary 11011111 10011 10011111 0 1011011 11101 1101 100111111 1010100 101111

Color Harmonies of #DF139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF139F

Black with #DF139F

Text Example


Text Example

White with #DF139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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