Html Css Color HEX #DF2093 Deep Cerise

📋 copy color: '#DF2093'

red 223 ◦ green 32 ◦ blue 147

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

Shades of Deep Cerise #DF2093

Tints of Deep Cerise #DF2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

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

R = 55.47%
G = 7.96%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2093 (or 0xDF2093) is known color: Deep Cerise. HEX triplet: DF, 20 and 93. RGB value is (223,32,147). Sum of RGB (Red+Green+Blue) = 223+32+147=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2093 is #20DF6C. Grayscale: #656565. Windows color (decimal): -2154349 or 9642207. OLE color: 9642207.

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

Color convert

RGB 223 32 147 -
CMYK 0 0.86 0.34 0.13
HSL 323.87º 0.75% 0.5% -
HSV(B) 323.87º 0.86% 0.87% -
XYZ 36.21 18.83 29.33 -
YUV 102.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 223 32 147 0 0.86 0.34 0.13 323.87 0.75 0.5
Hex DF 20 93 0 56 22 D 144 4B 32
Octal 337 40 223 0 126 42 15 504 113 62
Binary 11011111 100000 10010011 0 1010110 100010 1101 101000100 1001011 110010

Color Harmonies of #DF2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2093

Black with #DF2093

Text Example


Text Example

White with #DF2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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