Html Css Color HEX #DD0ABA Deep Magenta

📋 copy color: '#DD0ABA'

red 221 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #DD0ABA

Tints of Deep Magenta #DD0ABA

RGB

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

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

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

R = 53%
G = 2.4%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD0ABA (or 0xDD0ABA) is known color: Deep Magenta. HEX triplet: DD, 0A and BA. RGB value is (221,10,186). Sum of RGB (Red+Green+Blue) = 221+10+186=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ABA is #22F545. Grayscale: #5C5C5C. Windows color (decimal): -2291014 or 12192477. OLE color: 12192477.

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

Color convert

RGB 221 10 186 -
CMYK 0 0.95 0.16 0.13
HSL 309.95º 0.91% 0.45% -
HSV(B) 309.95º 0.95% 0.87% -
XYZ 38.79 19.13 48.1 -
YUV 93.15 180.4 219.19 -
System Red Green Blue C M Y K H S L
Decimal 221 10 186 0 0.95 0.16 0.13 309.95 0.91 0.45
Hex DD A BA 0 5F 10 D 136 5B 2D
Octal 335 12 272 0 137 20 15 466 133 55
Binary 11011101 1010 10111010 0 1011111 10000 1101 100110110 1011011 101101

Color Harmonies of #DD0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ABA

Black with #DD0ABA

Text Example


Text Example

White with #DD0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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