Html Css Color HEX #DF2994 Deep Cerise

📋 copy color: '#DF2994'

red 223 ◦ green 41 ◦ blue 148

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

Shades of Deep Cerise #DF2994

Tints of Deep Cerise #DF2994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.95%

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

R = 54.13%
G = 9.95%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2994 (or 0xDF2994) is known color: Deep Cerise. HEX triplet: DF, 29 and 94. RGB value is (223,41,148). Sum of RGB (Red+Green+Blue) = 223+41+148=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2994 is #20D66B. Grayscale: #6B6B6B. Windows color (decimal): -2152044 or 9710047. OLE color: 9710047.

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

Color convert

RGB 223 41 148 -
CMYK 0 0.82 0.34 0.13
HSL 324.73º 0.74% 0.52% -
HSV(B) 324.73º 0.82% 0.87% -
XYZ 36.57 19.41 29.84 -
YUV 107.62 150.8 210.3 -
System Red Green Blue C M Y K H S L
Decimal 223 41 148 0 0.82 0.34 0.13 324.73 0.74 0.52
Hex DF 29 94 0 52 22 D 145 4A 34
Octal 337 51 224 0 122 42 15 505 112 64
Binary 11011111 101001 10010100 0 1010010 100010 1101 101000101 1001010 110100

Color Harmonies of #DF2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2994

Black with #DF2994

Text Example


Text Example

White with #DF2994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2994; }

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

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

background-color css

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

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

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

border-color css

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

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

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