Html Css Color HEX #DF2493 Deep Cerise

📋 copy color: '#DF2493'

red 223 ◦ green 36 ◦ blue 147

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

Shades of Deep Cerise #DF2493

Tints of Deep Cerise #DF2493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 54.93%
G = 8.87%
B = 36.21%

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

#DF2493 (or 0xDF2493) is known color: Deep Cerise. HEX triplet: DF, 24 and 93. RGB value is (223,36,147). Sum of RGB (Red+Green+Blue) = 223+36+147=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2493 is #20DB6C. Grayscale: #686868. Windows color (decimal): -2153325 or 9643231. OLE color: 9643231.

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

Color convert

RGB 223 36 147 -
CMYK 0 0.84 0.34 0.13
HSL 324.39º 0.75% 0.51% -
HSV(B) 324.39º 0.84% 0.87% -
XYZ 36.33 19.06 29.37 -
YUV 104.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 223 36 147 0 0.84 0.34 0.13 324.39 0.75 0.51
Hex DF 24 93 0 54 22 D 144 4B 33
Octal 337 44 223 0 124 42 15 504 113 63
Binary 11011111 100100 10010011 0 1010100 100010 1101 101000100 1001011 110011

Color Harmonies of #DF2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2493

Black with #DF2493

Text Example


Text Example

White with #DF2493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2493; }

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

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

background-color css

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

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

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

border-color css

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

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

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