Html Css Color HEX #DD10DA Deep Magenta

📋 copy color: '#DD10DA'

red 221 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #DD10DA

Tints of Deep Magenta #DD10DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 48.57%
G = 3.52%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD10DA (or 0xDD10DA) is known color: Deep Magenta. HEX triplet: DD, 10 and DA. RGB value is (221,16,218). Sum of RGB (Red+Green+Blue) = 221+16+218=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10DA is #22EF25. Grayscale: #636363. Windows color (decimal): -2289446 or 14291165. OLE color: 14291165.

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

Color convert

RGB 221 16 218 -
CMYK 0 0.93 0.01 0.13
HSL 300.88º 0.86% 0.46% -
HSV(B) 300.88º 0.93% 0.87% -
XYZ 42.66 20.8 68.1 -
YUV 100.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 221 16 218 0 0.93 0.01 0.13 300.88 0.86 0.46
Hex DD 10 DA 0 5D 1 D 12D 56 2E
Octal 335 20 332 0 135 1 15 455 126 56
Binary 11011101 10000 11011010 0 1011101 1 1101 100101101 1010110 101110

Color Harmonies of #DD10DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10DA

Black with #DD10DA

Text Example


Text Example

White with #DD10DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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