Html Css Color HEX #DF2293 Deep Cerise

📋 copy color: '#DF2293'

red 223 ◦ green 34 ◦ blue 147

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

Shades of Deep Cerise #DF2293

Tints of Deep Cerise #DF2293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.42%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 55.2%
G = 8.42%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2293 (or 0xDF2293) is known color: Deep Cerise. HEX triplet: DF, 22 and 93. RGB value is (223,34,147). Sum of RGB (Red+Green+Blue) = 223+34+147=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2293 is #20DD6C. Grayscale: #676767. Windows color (decimal): -2153837 or 9642719. OLE color: 9642719.

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

Color convert

RGB 223 34 147 -
CMYK 0 0.85 0.34 0.13
HSL 324.13º 0.75% 0.5% -
HSV(B) 324.13º 0.85% 0.87% -
XYZ 36.27 18.94 29.35 -
YUV 103.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 223 34 147 0 0.85 0.34 0.13 324.13 0.75 0.5
Hex DF 22 93 0 55 22 D 144 4B 32
Octal 337 42 223 0 125 42 15 504 113 62
Binary 11011111 100010 10010011 0 1010101 100010 1101 101000100 1001011 110010

Color Harmonies of #DF2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2293

Black with #DF2293

Text Example


Text Example

White with #DF2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2293; }

 p { color: rgb(223,34,147); }

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

background-color css

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

 a { background-color: rgb(223,34,147); }

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

border-color css

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

 span { border-color: rgb(223,34,147); }

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