Html Css Color HEX #DF2391 Deep Cerise

📋 copy color: '#DF2391'

red 223 ◦ green 35 ◦ blue 145

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

Shades of Deep Cerise #DF2391

Tints of Deep Cerise #DF2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.68%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 55.33%
G = 8.68%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF2391 (or 0xDF2391) is known color: Deep Cerise. HEX triplet: DF, 23 and 91. RGB value is (223,35,145). Sum of RGB (Red+Green+Blue) = 223+35+145=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2391 is #20DC6E. Grayscale: #676767. Windows color (decimal): -2153583 or 9511903. OLE color: 9511903.

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

Color convert

RGB 223 35 145 -
CMYK 0 0.84 0.35 0.13
HSL 324.89º 0.75% 0.51% -
HSV(B) 324.89º 0.84% 0.87% -
XYZ 36.14 18.93 28.54 -
YUV 103.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 223 35 145 0 0.84 0.35 0.13 324.89 0.75 0.51
Hex DF 23 91 0 54 23 D 145 4B 33
Octal 337 43 221 0 124 43 15 505 113 63
Binary 11011111 100011 10010001 0 1010100 100011 1101 101000101 1001011 110011

Color Harmonies of #DF2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2391

Black with #DF2391

Text Example


Text Example

White with #DF2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2391; }

 p { color: rgb(223,35,145); }

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

background-color css

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

 a { background-color: rgb(223,35,145); }

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

border-color css

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

 span { border-color: rgb(223,35,145); }

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