Html Css Color HEX #DF2392 Deep Cerise

📋 copy color: '#DF2392'

red 223 ◦ green 35 ◦ blue 146

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

Shades of Deep Cerise #DF2392

Tints of Deep Cerise #DF2392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 55.2%
G = 8.66%
B = 36.14%

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

#DF2392 (or 0xDF2392) is known color: Deep Cerise. HEX triplet: DF, 23 and 92. RGB value is (223,35,146). Sum of RGB (Red+Green+Blue) = 223+35+146=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2392 is #20DC6D. Grayscale: #676767. Windows color (decimal): -2153582 or 9577439. OLE color: 9577439.

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

Color convert

RGB 223 35 146 -
CMYK 0 0.84 0.35 0.13
HSL 324.57º 0.75% 0.51% -
HSV(B) 324.57º 0.84% 0.87% -
XYZ 36.22 18.97 28.95 -
YUV 103.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 223 35 146 0 0.84 0.35 0.13 324.57 0.75 0.51
Hex DF 23 92 0 54 23 D 145 4B 33
Octal 337 43 222 0 124 43 15 505 113 63
Binary 11011111 100011 10010010 0 1010100 100011 1101 101000101 1001011 110011

Color Harmonies of #DF2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2392

Black with #DF2392

Text Example


Text Example

White with #DF2392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2392; }

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

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

background-color css

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

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

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

border-color css

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

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

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