Html Css Color HEX #DF2893 Deep Cerise

📋 copy color: '#DF2893'

red 223 ◦ green 40 ◦ blue 147

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

Shades of Deep Cerise #DF2893

Tints of Deep Cerise #DF2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

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

R = 54.39%
G = 9.76%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2893 (or 0xDF2893) is known color: Deep Cerise. HEX triplet: DF, 28 and 93. RGB value is (223,40,147). Sum of RGB (Red+Green+Blue) = 223+40+147=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2893 is #20D76C. Grayscale: #6A6A6A. Windows color (decimal): -2152301 or 9644255. OLE color: 9644255.

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

Color convert

RGB 223 40 147 -
CMYK 0 0.82 0.34 0.13
HSL 324.92º 0.74% 0.52% -
HSV(B) 324.92º 0.82% 0.87% -
XYZ 36.46 19.31 29.41 -
YUV 106.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 223 40 147 0 0.82 0.34 0.13 324.92 0.74 0.52
Hex DF 28 93 0 52 22 D 145 4A 34
Octal 337 50 223 0 122 42 15 505 112 64
Binary 11011111 101000 10010011 0 1010010 100010 1101 101000101 1001010 110100

Color Harmonies of #DF2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2893

Black with #DF2893

Text Example


Text Example

White with #DF2893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2893; }

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

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

background-color css

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

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

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

border-color css

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

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

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