Html Css Color HEX #DD06BA Deep Magenta

📋 copy color: '#DD06BA'

red 221 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #DD06BA

Tints of Deep Magenta #DD06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 53.51%
G = 1.45%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD06BA (or 0xDD06BA) is known color: Deep Magenta. HEX triplet: DD, 06 and BA. RGB value is (221,6,186). Sum of RGB (Red+Green+Blue) = 221+6+186=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06BA is #22F945. Grayscale: #5A5A5A. Windows color (decimal): -2292038 or 12191453. OLE color: 12191453.

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

Color convert

RGB 221 6 186 -
CMYK 0 0.97 0.16 0.13
HSL 309.77º 0.95% 0.45% -
HSV(B) 309.77º 0.97% 0.87% -
XYZ 38.75 19.05 48.09 -
YUV 90.81 181.73 220.86 -
System Red Green Blue C M Y K H S L
Decimal 221 6 186 0 0.97 0.16 0.13 309.77 0.95 0.45
Hex DD 6 BA 0 61 10 D 136 5F 2D
Octal 335 6 272 0 141 20 15 466 137 55
Binary 11011101 110 10111010 0 1100001 10000 1101 100110110 1011111 101101

Color Harmonies of #DD06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06BA

Black with #DD06BA

Text Example


Text Example

White with #DD06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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