Html Css Color HEX #DD0AB8 Deep Magenta

📋 copy color: '#DD0AB8'

red 221 ◦ green 10 ◦ blue 184

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

Shades of Deep Magenta #DD0AB8

Tints of Deep Magenta #DD0AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.34%

R = 53.25%
G = 2.41%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD0AB8 (or 0xDD0AB8) is known color: Deep Magenta. HEX triplet: DD, 0A and B8. RGB value is (221,10,184). Sum of RGB (Red+Green+Blue) = 221+10+184=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0AB8 is #22F547. Grayscale: #5C5C5C. Windows color (decimal): -2291016 or 12061405. OLE color: 12061405.

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

Color convert

RGB 221 10 184 -
CMYK 0 0.95 0.17 0.13
HSL 310.52º 0.91% 0.45% -
HSV(B) 310.52º 0.95% 0.87% -
XYZ 38.58 19.05 46.99 -
YUV 92.93 179.4 219.35 -
System Red Green Blue C M Y K H S L
Decimal 221 10 184 0 0.95 0.17 0.13 310.52 0.91 0.45
Hex DD A B8 0 5F 11 D 137 5B 2D
Octal 335 12 270 0 137 21 15 467 133 55
Binary 11011101 1010 10111000 0 1011111 10001 1101 100110111 1011011 101101

Color Harmonies of #DD0AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0AB8

Black with #DD0AB8

Text Example


Text Example

White with #DD0AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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