Html Css Color HEX #DF13DE Deep Magenta

📋 copy color: '#DF13DE'

red 223 ◦ green 19 ◦ blue 222

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

Shades of Deep Magenta #DF13DE

Tints of Deep Magenta #DF13DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 48.06%
G = 4.09%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF13DE (or 0xDF13DE) is known color: Deep Magenta. HEX triplet: DF, 13 and DE. RGB value is (223,19,222). Sum of RGB (Red+Green+Blue) = 223+19+222=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13DE is #20EC21. Grayscale: #666666. Windows color (decimal): -2157602 or 14554079. OLE color: 14554079.

HSL color Cylindrical-coordinate representation of color #DF13DE: hue angle of 300.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF13DE is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 222 -
CMYK 0 0.91 0.00 0.13
HSL 300.29º 0.84% 0.47% -
HSV(B) 300.29º 0.91% 0.87% -
XYZ 43.85 21.43 70.93 -
YUV 103.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 223 19 222 0 0.91 0.00 0.13 300.29 0.84 0.47
Hex DF 13 DE 0 5B 0 D 12C 54 2F
Octal 337 23 336 0 133 0 15 454 124 57
Binary 11011111 10011 11011110 0 1011011 0 1101 100101100 1010100 101111

Color Harmonies of #DF13DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13DE

Black with #DF13DE

Text Example


Text Example

White with #DF13DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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