Html Css Color HEX #DF2C95 Deep Cerise

📋 copy color: '#DF2C95'

red 223 ◦ green 44 ◦ blue 149

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

Shades of Deep Cerise #DF2C95

Tints of Deep Cerise #DF2C95

RGB

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

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

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

R = 53.61%
G = 10.58%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF2C95 (or 0xDF2C95) is known color: Deep Cerise. HEX triplet: DF, 2C and 95. RGB value is (223,44,149). Sum of RGB (Red+Green+Blue) = 223+44+149=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C95 is #20D36A. Grayscale: #6D6D6D. Windows color (decimal): -2151275 or 9776351. OLE color: 9776351.

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

Color convert

RGB 223 44 149 -
CMYK 0 0.80 0.33 0.13
HSL 324.8º 0.74% 0.52% -
HSV(B) 324.8º 0.8% 0.87% -
XYZ 36.76 19.66 30.29 -
YUV 109.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 223 44 149 0 0.80 0.33 0.13 324.8 0.74 0.52
Hex DF 2C 95 0 50 21 D 145 4A 34
Octal 337 54 225 0 120 41 15 505 112 64
Binary 11011111 101100 10010101 0 1010000 100001 1101 101000101 1001010 110100

Color Harmonies of #DF2C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C95

Black with #DF2C95

Text Example


Text Example

White with #DF2C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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