Html Css Color HEX #DF2195 Deep Cerise

📋 copy color: '#DF2195'

red 223 ◦ green 33 ◦ blue 149

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

Shades of Deep Cerise #DF2195

Tints of Deep Cerise #DF2195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.15%

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

R = 55.06%
G = 8.15%
B = 36.79%

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

#DF2195 (or 0xDF2195) is known color: Deep Cerise. HEX triplet: DF, 21 and 95. RGB value is (223,33,149). Sum of RGB (Red+Green+Blue) = 223+33+149=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2195 is #20DE6A. Grayscale: #666666. Windows color (decimal): -2154091 or 9773535. OLE color: 9773535.

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

Color convert

RGB 223 33 149 -
CMYK 0 0.85 0.33 0.13
HSL 323.37º 0.75% 0.5% -
HSV(B) 323.37º 0.85% 0.87% -
XYZ 36.4 18.95 30.17 -
YUV 103.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 223 33 149 0 0.85 0.33 0.13 323.37 0.75 0.5
Hex DF 21 95 0 55 21 D 143 4B 32
Octal 337 41 225 0 125 41 15 503 113 62
Binary 11011111 100001 10010101 0 1010101 100001 1101 101000011 1001011 110010

Color Harmonies of #DF2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2195

Black with #DF2195

Text Example


Text Example

White with #DF2195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2195; }

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

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

background-color css

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

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

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

border-color css

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

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

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