Html Css Color HEX #DF13E1 Deep Magenta

📋 copy color: '#DF13E1'

red 223 ◦ green 19 ◦ blue 225

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

Shades of Deep Magenta #DF13E1

Tints of Deep Magenta #DF13E1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.07%

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 47.75%
G = 4.07%
B = 48.18%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF13E1 (or 0xDF13E1) is known color: Deep Magenta. HEX triplet: DF, 13 and E1. RGB value is (223,19,225). Sum of RGB (Red+Green+Blue) = 223+19+225=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF13E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13E1 is #20EC1E. Grayscale: #666666. Windows color (decimal): -2157599 or 14750687. OLE color: 14750687.

HSL color Cylindrical-coordinate representation of color #DF13E1: hue angle of 299.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF13E1 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 19 225 -
CMYK 0.01 0.92 0 0.12
HSL 299.42º 0.84% 0.48% -
HSV(B) 299.42º 0.92% 0.88% -
XYZ 44.25 21.59 73.07 -
YUV 103.48 196.59 213.25 -
System Red Green Blue C M Y K H S L
Decimal 223 19 225 0.01 0.92 0 0.12 299.42 0.84 0.48
Hex DF 13 E1 1 5C 0 C 12B 54 30
Octal 337 23 341 1 134 0 14 453 124 60
Binary 11011111 10011 11100001 1 1011100 0 1100 100101011 1010100 110000

Color Harmonies of #DF13E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13E1

Black with #DF13E1

Text Example


Text Example

White with #DF13E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13E1; }

 p { color: rgb(223,19,225); }

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

background-color css

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

 a { background-color: rgb(223,19,225); }

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

border-color css

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

 span { border-color: rgb(223,19,225); }

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