Html Css Color HEX #DF13DD Deep Magenta

📋 copy color: '#DF13DD'

red 223 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #DF13DD

Tints of Deep Magenta #DF13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 48.16%
G = 4.1%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF13DD (or 0xDF13DD) is known color: Deep Magenta. HEX triplet: DF, 13 and DD. RGB value is (223,19,221). Sum of RGB (Red+Green+Blue) = 223+19+221=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13DD is #20EC22. Grayscale: #666666. Windows color (decimal): -2157603 or 14488543. OLE color: 14488543.

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

Color convert

RGB 223 19 221 -
CMYK 0 0.91 0.01 0.13
HSL 300.59º 0.84% 0.47% -
HSV(B) 300.59º 0.91% 0.87% -
XYZ 43.72 21.37 70.23 -
YUV 103.02 194.59 213.57 -
System Red Green Blue C M Y K H S L
Decimal 223 19 221 0 0.91 0.01 0.13 300.59 0.84 0.47
Hex DF 13 DD 0 5B 1 D 12D 54 2F
Octal 337 23 335 0 133 1 15 455 124 57
Binary 11011111 10011 11011101 0 1011011 1 1101 100101101 1010100 101111

Color Harmonies of #DF13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13DD

Black with #DF13DD

Text Example


Text Example

White with #DF13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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