Html Css Color HEX #DD0DBA Deep Magenta

📋 copy color: '#DD0DBA'

red 221 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #DD0DBA

Tints of Deep Magenta #DD0DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 52.62%
G = 3.1%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD0DBA (or 0xDD0DBA) is known color: Deep Magenta. HEX triplet: DD, 0D and BA. RGB value is (221,13,186). Sum of RGB (Red+Green+Blue) = 221+13+186=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DBA is #22F245. Grayscale: #5E5E5E. Windows color (decimal): -2290246 or 12193245. OLE color: 12193245.

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

Color convert

RGB 221 13 186 -
CMYK 0 0.94 0.16 0.13
HSL 310.1º 0.89% 0.46% -
HSV(B) 310.1º 0.94% 0.87% -
XYZ 38.83 19.21 48.12 -
YUV 94.91 179.41 217.93 -
System Red Green Blue C M Y K H S L
Decimal 221 13 186 0 0.94 0.16 0.13 310.1 0.89 0.46
Hex DD D BA 0 5E 10 D 136 59 2E
Octal 335 15 272 0 136 20 15 466 131 56
Binary 11011101 1101 10111010 0 1011110 10000 1101 100110110 1011001 101110

Color Harmonies of #DD0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DBA

Black with #DD0DBA

Text Example


Text Example

White with #DD0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DBA; }

 p { color: rgb(221,13,186); }

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

background-color css

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

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

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

border-color css

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

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

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