Html Css Color HEX #DD10D1 Deep Magenta

📋 copy color: '#DD10D1'

red 221 ◦ green 16 ◦ blue 209

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

Shades of Deep Magenta #DD10D1

Tints of Deep Magenta #DD10D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.59%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 49.55%
G = 3.59%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD10D1 (or 0xDD10D1) is known color: Deep Magenta. HEX triplet: DD, 10 and D1. RGB value is (221,16,209). Sum of RGB (Red+Green+Blue) = 221+16+209=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10D1 is #22EF2E. Grayscale: #626262. Windows color (decimal): -2289455 or 13701341. OLE color: 13701341.

HSL color Cylindrical-coordinate representation of color #DD10D1: hue angle of 303.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10D1 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 209 -
CMYK 0 0.93 0.05 0.13
HSL 303.51º 0.86% 0.46% -
HSV(B) 303.51º 0.93% 0.87% -
XYZ 41.51 20.35 62.06 -
YUV 99.3 189.92 214.81 -
System Red Green Blue C M Y K H S L
Decimal 221 16 209 0 0.93 0.05 0.13 303.51 0.86 0.46
Hex DD 10 D1 0 5D 5 D 130 56 2E
Octal 335 20 321 0 135 5 15 460 126 56
Binary 11011101 10000 11010001 0 1011101 101 1101 100110000 1010110 101110

Color Harmonies of #DD10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10D1

Black with #DD10D1

Text Example


Text Example

White with #DD10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10D1; }

 p { color: rgb(221,16,209); }

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

background-color css

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

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

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

border-color css

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

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

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