Html Css Color HEX #DF2295 Deep Cerise

📋 copy color: '#DF2295'

red 223 ◦ green 34 ◦ blue 149

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

Shades of Deep Cerise #DF2295

Tints of Deep Cerise #DF2295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 54.93%
G = 8.37%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF2295 (or 0xDF2295) is known color: Deep Cerise. HEX triplet: DF, 22 and 95. RGB value is (223,34,149). Sum of RGB (Red+Green+Blue) = 223+34+149=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2295 is #20DD6A. Grayscale: #676767. Windows color (decimal): -2153835 or 9773791. OLE color: 9773791.

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

Color convert

RGB 223 34 149 -
CMYK 0 0.85 0.33 0.13
HSL 323.49º 0.75% 0.5% -
HSV(B) 323.49º 0.85% 0.87% -
XYZ 36.43 19 30.18 -
YUV 103.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 223 34 149 0 0.85 0.33 0.13 323.49 0.75 0.5
Hex DF 22 95 0 55 21 D 143 4B 32
Octal 337 42 225 0 125 41 15 503 113 62
Binary 11011111 100010 10010101 0 1010101 100001 1101 101000011 1001011 110010

Color Harmonies of #DF2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2295

Black with #DF2295

Text Example


Text Example

White with #DF2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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