Html Css Color HEX #DD05B5 Deep Magenta

📋 copy color: '#DD05B5'

red 221 ◦ green 5 ◦ blue 181

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

Shades of Deep Magenta #DD05B5

Tints of Deep Magenta #DD05B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 54.3%
G = 1.23%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD05B5 (or 0xDD05B5) is known color: Deep Magenta. HEX triplet: DD, 05 and B5. RGB value is (221,5,181). Sum of RGB (Red+Green+Blue) = 221+5+181=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05B5 is #22FA4A. Grayscale: #595959. Windows color (decimal): -2292299 or 11863517. OLE color: 11863517.

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

Color convert

RGB 221 5 181 -
CMYK 0 0.98 0.18 0.13
HSL 311.11º 0.96% 0.44% -
HSV(B) 311.11º 0.98% 0.87% -
XYZ 38.21 18.82 45.33 -
YUV 89.65 179.56 221.69 -
System Red Green Blue C M Y K H S L
Decimal 221 5 181 0 0.98 0.18 0.13 311.11 0.96 0.44
Hex DD 5 B5 0 62 12 D 137 60 2C
Octal 335 5 265 0 142 22 15 467 140 54
Binary 11011101 101 10110101 0 1100010 10010 1101 100110111 1100000 101100

Color Harmonies of #DD05B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05B5

Black with #DD05B5

Text Example


Text Example

White with #DD05B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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