Html Css Color HEX #DD14D9 Deep Magenta

📋 copy color: '#DD14D9'

red 221 ◦ green 20 ◦ blue 217

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

Shades of Deep Magenta #DD14D9

Tints of Deep Magenta #DD14D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.38%

R = 48.25%
G = 4.37%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD14D9 (or 0xDD14D9) is known color: Deep Magenta. HEX triplet: DD, 14 and D9. RGB value is (221,20,217). Sum of RGB (Red+Green+Blue) = 221+20+217=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14D9 is #22EB26. Grayscale: #656565. Windows color (decimal): -2288423 or 14226653. OLE color: 14226653.

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

Color convert

RGB 221 20 217 -
CMYK 0 0.91 0.02 0.13
HSL 301.19º 0.83% 0.47% -
HSV(B) 301.19º 0.91% 0.87% -
XYZ 42.59 20.88 67.43 -
YUV 102.56 192.59 212.48 -
System Red Green Blue C M Y K H S L
Decimal 221 20 217 0 0.91 0.02 0.13 301.19 0.83 0.47
Hex DD 14 D9 0 5B 2 D 12D 53 2F
Octal 335 24 331 0 133 2 15 455 123 57
Binary 11011101 10100 11011001 0 1011011 10 1101 100101101 1010011 101111

Color Harmonies of #DD14D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14D9

Black with #DD14D9

Text Example


Text Example

White with #DD14D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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