Html Css Color HEX #DF2393 Deep Cerise

📋 copy color: '#DF2393'

red 223 ◦ green 35 ◦ blue 147

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

Shades of Deep Cerise #DF2393

Tints of Deep Cerise #DF2393

RGB

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

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

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

R = 55.06%
G = 8.64%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2393 (or 0xDF2393) is known color: Deep Cerise. HEX triplet: DF, 23 and 93. RGB value is (223,35,147). Sum of RGB (Red+Green+Blue) = 223+35+147=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2393 is #20DC6C. Grayscale: #676767. Windows color (decimal): -2153581 or 9642975. OLE color: 9642975.

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

Color convert

RGB 223 35 147 -
CMYK 0 0.84 0.34 0.13
HSL 324.26º 0.75% 0.51% -
HSV(B) 324.26º 0.84% 0.87% -
XYZ 36.3 19 29.36 -
YUV 103.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 223 35 147 0 0.84 0.34 0.13 324.26 0.75 0.51
Hex DF 23 93 0 54 22 D 144 4B 33
Octal 337 43 223 0 124 42 15 504 113 63
Binary 11011111 100011 10010011 0 1010100 100010 1101 101000100 1001011 110011

Color Harmonies of #DF2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2393

Black with #DF2393

Text Example


Text Example

White with #DF2393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2393; }

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

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

background-color css

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

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

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

border-color css

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

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

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