Html Css Color HEX #DD05BA Deep Magenta

📋 copy color: '#DD05BA'

red 221 ◦ green 5 ◦ blue 186

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

Shades of Deep Magenta #DD05BA

Tints of Deep Magenta #DD05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 53.64%
G = 1.21%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD05BA (or 0xDD05BA) is known color: Deep Magenta. HEX triplet: DD, 05 and BA. RGB value is (221,5,186). Sum of RGB (Red+Green+Blue) = 221+5+186=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05BA is #22FA45. Grayscale: #595959. Windows color (decimal): -2292294 or 12191197. OLE color: 12191197.

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

Color convert

RGB 221 5 186 -
CMYK 0 0.98 0.16 0.13
HSL 309.72º 0.96% 0.44% -
HSV(B) 309.72º 0.98% 0.87% -
XYZ 38.74 19.03 48.09 -
YUV 90.22 182.06 221.28 -
System Red Green Blue C M Y K H S L
Decimal 221 5 186 0 0.98 0.16 0.13 309.72 0.96 0.44
Hex DD 5 BA 0 62 10 D 136 60 2C
Octal 335 5 272 0 142 20 15 466 140 54
Binary 11011101 101 10111010 0 1100010 10000 1101 100110110 1100000 101100

Color Harmonies of #DD05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05BA

Black with #DD05BA

Text Example


Text Example

White with #DD05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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