Html Css Color HEX #DF2395 Deep Cerise

📋 copy color: '#DF2395'

red 223 ◦ green 35 ◦ blue 149

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

Shades of Deep Cerise #DF2395

Tints of Deep Cerise #DF2395

RGB

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

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

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

R = 54.79%
G = 8.6%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF2395 (or 0xDF2395) is known color: Deep Cerise. HEX triplet: DF, 23 and 95. RGB value is (223,35,149). Sum of RGB (Red+Green+Blue) = 223+35+149=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2395 is #20DC6A. Grayscale: #676767. Windows color (decimal): -2153579 or 9774047. OLE color: 9774047.

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

Color convert

RGB 223 35 149 -
CMYK 0 0.84 0.33 0.13
HSL 323.62º 0.75% 0.51% -
HSV(B) 323.62º 0.84% 0.87% -
XYZ 36.46 19.06 30.19 -
YUV 104.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 223 35 149 0 0.84 0.33 0.13 323.62 0.75 0.51
Hex DF 23 95 0 54 21 D 144 4B 33
Octal 337 43 225 0 124 41 15 504 113 63
Binary 11011111 100011 10010101 0 1010100 100001 1101 101000100 1001011 110011

Color Harmonies of #DF2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2395

Black with #DF2395

Text Example


Text Example

White with #DF2395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2395; }

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

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

background-color css

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

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

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

border-color css

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

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

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