Html Css Color HEX #DD14DD Deep Magenta

📋 copy color: '#DD14DD'

red 221 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #DD14DD

Tints of Deep Magenta #DD14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.33%

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

R = 47.84%
G = 4.33%
B = 47.84%

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

#DD14DD (or 0xDD14DD) is known color: Deep Magenta. HEX triplet: DD, 14 and DD. RGB value is (221,20,221). Sum of RGB (Red+Green+Blue) = 221+20+221=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14DD is #22EB22. Grayscale: #666666. Windows color (decimal): -2288419 or 14488797. OLE color: 14488797.

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

Color convert

RGB 221 20 221 -
CMYK 0 0.91 0 0.13
HSL 300º 0.83% 0.47% -
HSV(B) 300º 0.91% 0.87% -
XYZ 43.12 21.09 70.21 -
YUV 103.01 194.59 212.16 -
System Red Green Blue C M Y K H S L
Decimal 221 20 221 0 0.91 0 0.13 300 0.83 0.47
Hex DD 14 DD 0 5B 0 D 12C 53 2F
Octal 335 24 335 0 133 0 15 454 123 57
Binary 11011101 10100 11011101 0 1011011 0 1101 100101100 1010011 101111

Color Harmonies of #DD14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14DD

Black with #DD14DD

Text Example


Text Example

White with #DD14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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