Html Css Color HEX #DF2C97 Deep Cerise

📋 copy color: '#DF2C97'

red 223 ◦ green 44 ◦ blue 151

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

Shades of Deep Cerise #DF2C97

Tints of Deep Cerise #DF2C97

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 53.35%
G = 10.53%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF2C97 (or 0xDF2C97) is known color: Deep Cerise. HEX triplet: DF, 2C and 97. RGB value is (223,44,151). Sum of RGB (Red+Green+Blue) = 223+44+151=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C97 is #20D368. Grayscale: #6D6D6D. Windows color (decimal): -2151273 or 9907423. OLE color: 9907423.

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

Color convert

RGB 223 44 151 -
CMYK 0 0.80 0.32 0.13
HSL 324.13º 0.74% 0.52% -
HSV(B) 324.13º 0.8% 0.87% -
XYZ 36.92 19.72 31.14 -
YUV 109.72 151.3 208.8 -
System Red Green Blue C M Y K H S L
Decimal 223 44 151 0 0.80 0.32 0.13 324.13 0.74 0.52
Hex DF 2C 97 0 50 20 D 144 4A 34
Octal 337 54 227 0 120 40 15 504 112 64
Binary 11011111 101100 10010111 0 1010000 100000 1101 101000100 1001010 110100

Color Harmonies of #DF2C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C97

Black with #DF2C97

Text Example


Text Example

White with #DF2C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C97; }

 p { color: rgb(223,44,151); }

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

background-color css

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

 a { background-color: rgb(223,44,151); }

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

border-color css

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

 span { border-color: rgb(223,44,151); }

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