Html Css Color HEX #DF2C94 Deep Cerise

📋 copy color: '#DF2C94'

red 223 ◦ green 44 ◦ blue 148

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

Shades of Deep Cerise #DF2C94

Tints of Deep Cerise #DF2C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 53.73%
G = 10.6%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2C94 (or 0xDF2C94) is known color: Deep Cerise. HEX triplet: DF, 2C and 94. RGB value is (223,44,148). Sum of RGB (Red+Green+Blue) = 223+44+148=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C94 is #20D36B. Grayscale: #6D6D6D. Windows color (decimal): -2151276 or 9710815. OLE color: 9710815.

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

Color convert

RGB 223 44 148 -
CMYK 0 0.80 0.34 0.13
HSL 325.14º 0.74% 0.52% -
HSV(B) 325.14º 0.8% 0.87% -
XYZ 36.68 19.63 29.87 -
YUV 109.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 223 44 148 0 0.80 0.34 0.13 325.14 0.74 0.52
Hex DF 2C 94 0 50 22 D 145 4A 34
Octal 337 54 224 0 120 42 15 505 112 64
Binary 11011111 101100 10010100 0 1010000 100010 1101 101000101 1001010 110100

Color Harmonies of #DF2C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C94

Black with #DF2C94

Text Example


Text Example

White with #DF2C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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