Html Css Color HEX #DF2EA2 Deep Cerise

📋 copy color: '#DF2EA2'

red 223 ◦ green 46 ◦ blue 162

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

Shades of Deep Cerise #DF2EA2

Tints of Deep Cerise #DF2EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 51.74%
G = 10.67%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF2EA2 (or 0xDF2EA2) is known color: Deep Cerise. HEX triplet: DF, 2E and A2. RGB value is (223,46,162). Sum of RGB (Red+Green+Blue) = 223+46+162=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA2 is #20D15D. Grayscale: #6F6F6F. Windows color (decimal): -2150750 or 10628831. OLE color: 10628831.

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

Color convert

RGB 223 46 162 -
CMYK 0 0.79 0.27 0.13
HSL 320.68º 0.73% 0.53% -
HSV(B) 320.68º 0.79% 0.87% -
XYZ 37.93 20.25 36.09 -
YUV 112.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 223 46 162 0 0.79 0.27 0.13 320.68 0.73 0.53
Hex DF 2E A2 0 4F 1B D 141 49 35
Octal 337 56 242 0 117 33 15 501 111 65
Binary 11011111 101110 10100010 0 1001111 11011 1101 101000001 1001001 110101

Color Harmonies of #DF2EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2EA2

Black with #DF2EA2

Text Example


Text Example

White with #DF2EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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