Html Css Color HEX #DF2E98 Deep Cerise

📋 copy color: '#DF2E98'

red 223 ◦ green 46 ◦ blue 152

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

Shades of Deep Cerise #DF2E98

Tints of Deep Cerise #DF2E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.1%

R = 52.97%
G = 10.93%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF2E98 (or 0xDF2E98) is known color: Deep Cerise. HEX triplet: DF, 2E and 98. RGB value is (223,46,152). Sum of RGB (Red+Green+Blue) = 223+46+152=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E98 is #20D167. Grayscale: #6E6E6E. Windows color (decimal): -2150760 or 9973471. OLE color: 9973471.

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

Color convert

RGB 223 46 152 -
CMYK 0 0.79 0.32 0.13
HSL 324.07º 0.73% 0.53% -
HSV(B) 324.07º 0.79% 0.87% -
XYZ 37.08 19.91 31.59 -
YUV 111.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 223 46 152 0 0.79 0.32 0.13 324.07 0.73 0.53
Hex DF 2E 98 0 4F 20 D 144 49 35
Octal 337 56 230 0 117 40 15 504 111 65
Binary 11011111 101110 10011000 0 1001111 100000 1101 101000100 1001001 110101

Color Harmonies of #DF2E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E98

Black with #DF2E98

Text Example


Text Example

White with #DF2E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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