Html Css Color HEX #DF2E94 Deep Cerise

📋 copy color: '#DF2E94'

red 223 ◦ green 46 ◦ blue 148

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

Shades of Deep Cerise #DF2E94

Tints of Deep Cerise #DF2E94

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.03%

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

R = 53.48%
G = 11.03%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2E94 (or 0xDF2E94) is known color: Deep Cerise. HEX triplet: DF, 2E and 94. RGB value is (223,46,148). Sum of RGB (Red+Green+Blue) = 223+46+148=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E94 is #20D16B. Grayscale: #6E6E6E. Windows color (decimal): -2150764 or 9711327. OLE color: 9711327.

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

Color convert

RGB 223 46 148 -
CMYK 0 0.79 0.34 0.13
HSL 325.42º 0.73% 0.53% -
HSV(B) 325.42º 0.79% 0.87% -
XYZ 36.75 19.78 29.9 -
YUV 110.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 223 46 148 0 0.79 0.34 0.13 325.42 0.73 0.53
Hex DF 2E 94 0 4F 22 D 145 49 35
Octal 337 56 224 0 117 42 15 505 111 65
Binary 11011111 101110 10010100 0 1001111 100010 1101 101000101 1001001 110101

Color Harmonies of #DF2E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E94

Black with #DF2E94

Text Example


Text Example

White with #DF2E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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