Html Css Color HEX #DF159C Hollywood Cerise

📋 copy color: '#DF159C'

red 223 ◦ green 21 ◦ blue 156

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

Shades of Hollywood Cerise #DF159C

Tints of Hollywood Cerise #DF159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 55.75%
G = 5.25%
B = 39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF159C (or 0xDF159C) is known color: Hollywood Cerise. HEX triplet: DF, 15 and 9C. RGB value is (223,21,156). Sum of RGB (Red+Green+Blue) = 223+21+156=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF159C is #20EA63. Grayscale: #606060. Windows color (decimal): -2157156 or 10229215. OLE color: 10229215.

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

Color convert

RGB 223 21 156 -
CMYK 0 0.91 0.30 0.13
HSL 319.9º 0.83% 0.48% -
HSV(B) 319.9º 0.91% 0.87% -
XYZ 36.7 18.62 33.11 -
YUV 96.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 223 21 156 0 0.91 0.30 0.13 319.9 0.83 0.48
Hex DF 15 9C 0 5B 1E D 140 53 30
Octal 337 25 234 0 133 36 15 500 123 60
Binary 11011111 10101 10011100 0 1011011 11110 1101 101000000 1010011 110000

Color Harmonies of #DF159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF159C

Black with #DF159C

Text Example


Text Example

White with #DF159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF159C; }

 p { color: rgb(223,21,156); }

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

background-color css

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

 a { background-color: rgb(223,21,156); }

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

border-color css

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

 span { border-color: rgb(223,21,156); }

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