Html Css Color HEX #DD13DD Deep Magenta

📋 copy color: '#DD13DD'

red 221 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #DD13DD

Tints of Deep Magenta #DD13DD

RGB

 RED value IS 221 (86.72% from 255) = 47.94%

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

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

R = 47.94%
G = 4.12%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD13DD (or 0xDD13DD) is known color: Deep Magenta. HEX triplet: DD, 13 and DD. RGB value is (221,19,221). Sum of RGB (Red+Green+Blue) = 221+19+221=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13DD is #22EC22. Grayscale: #656565. Windows color (decimal): -2288675 or 14488541. OLE color: 14488541.

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

Color convert

RGB 221 19 221 -
CMYK 0 0.91 0 0.13
HSL 300º 0.84% 0.47% -
HSV(B) 300º 0.91% 0.87% -
XYZ 43.1 21.06 70.2 -
YUV 102.43 194.92 212.57 -
System Red Green Blue C M Y K H S L
Decimal 221 19 221 0 0.91 0 0.13 300 0.84 0.47
Hex DD 13 DD 0 5B 0 D 12C 54 2F
Octal 335 23 335 0 133 0 15 454 124 57
Binary 11011101 10011 11011101 0 1011011 0 1101 100101100 1010100 101111

Color Harmonies of #DD13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13DD

Black with #DD13DD

Text Example


Text Example

White with #DD13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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