Html Css Color HEX #DF3EA0 Deep Cerise

📋 copy color: '#DF3EA0'

red 223 ◦ green 62 ◦ blue 160

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

Shades of Deep Cerise #DF3EA0

Tints of Deep Cerise #DF3EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.93%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 50.11%
G = 13.93%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF3EA0 (or 0xDF3EA0) is known color: Deep Cerise. HEX triplet: DF, 3E and A0. RGB value is (223,62,160). Sum of RGB (Red+Green+Blue) = 223+62+160=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3EA0 is #20C15F. Grayscale: #797979. Windows color (decimal): -2146656 or 10501855. OLE color: 10501855.

HSL color Cylindrical-coordinate representation of color #DF3EA0: hue angle of 323.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3EA0 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 160 -
CMYK 0 0.72 0.28 0.13
HSL 323.48º 0.72% 0.56% -
HSV(B) 323.48º 0.72% 0.87% -
XYZ 38.5 21.67 35.41 -
YUV 121.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 223 62 160 0 0.72 0.28 0.13 323.48 0.72 0.56
Hex DF 3E A0 0 48 1C D 143 48 38
Octal 337 76 240 0 110 34 15 503 110 70
Binary 11011111 111110 10100000 0 1001000 11100 1101 101000011 1001000 111000

Color Harmonies of #DF3EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3EA0

Black with #DF3EA0

Text Example


Text Example

White with #DF3EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3EA0; }

 p { color: rgb(223,62,160); }

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

background-color css

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

 a { background-color: rgb(223,62,160); }

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

border-color css

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

 span { border-color: rgb(223,62,160); }

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