Html Css Color HEX #DF159E Hollywood Cerise

📋 copy color: '#DF159E'

red 223 ◦ green 21 ◦ blue 158

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

Shades of Hollywood Cerise #DF159E

Tints of Hollywood Cerise #DF159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 55.47%
G = 5.22%
B = 39.3%

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

#DF159E (or 0xDF159E) is known color: Hollywood Cerise. HEX triplet: DF, 15 and 9E. RGB value is (223,21,158). Sum of RGB (Red+Green+Blue) = 223+21+158=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF159E is #20EA61. Grayscale: #606060. Windows color (decimal): -2157154 or 10360287. OLE color: 10360287.

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

Color convert

RGB 223 21 158 -
CMYK 0 0.91 0.29 0.13
HSL 319.31º 0.83% 0.48% -
HSV(B) 319.31º 0.91% 0.87% -
XYZ 36.87 18.69 34.01 -
YUV 97.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 223 21 158 0 0.91 0.29 0.13 319.31 0.83 0.48
Hex DF 15 9E 0 5B 1D D 13F 53 30
Octal 337 25 236 0 133 35 15 477 123 60
Binary 11011111 10101 10011110 0 1011011 11101 1101 100111111 1010011 110000

Color Harmonies of #DF159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF159E

Black with #DF159E

Text Example


Text Example

White with #DF159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF159E; }

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

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

background-color css

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

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

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

border-color css

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

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

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