Html Css Color HEX #DD0ADB Deep Magenta

📋 copy color: '#DD0ADB'

red 221 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #DD0ADB

Tints of Deep Magenta #DD0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.22%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 49.11%
G = 2.22%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD0ADB (or 0xDD0ADB) is known color: Deep Magenta. HEX triplet: DD, 0A and DB. RGB value is (221,10,219). Sum of RGB (Red+Green+Blue) = 221+10+219=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ADB is #22F524. Grayscale: #606060. Windows color (decimal): -2290981 or 14355165. OLE color: 14355165.

HSL color Cylindrical-coordinate representation of color #DD0ADB: hue angle of 300.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0ADB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 10 219 -
CMYK 0 0.95 0.01 0.13
HSL 300.57º 0.91% 0.45% -
HSV(B) 300.57º 0.95% 0.87% -
XYZ 42.71 20.7 68.76 -
YUV 96.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 221 10 219 0 0.95 0.01 0.13 300.57 0.91 0.45
Hex DD A DB 0 5F 1 D 12D 5B 2D
Octal 335 12 333 0 137 1 15 455 133 55
Binary 11011101 1010 11011011 0 1011111 1 1101 100101101 1011011 101101

Color Harmonies of #DD0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ADB

Black with #DD0ADB

Text Example


Text Example

White with #DD0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ADB; }

 p { color: rgb(221,10,219); }

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

background-color css

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

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

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

border-color css

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

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

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