Html Css Color HEX #DD05B9 Deep Magenta

📋 copy color: '#DD05B9'

red 221 ◦ green 5 ◦ blue 185

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

Shades of Deep Magenta #DD05B9

Tints of Deep Magenta #DD05B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 53.77%
G = 1.22%
B = 45.01%

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

#DD05B9 (or 0xDD05B9) is known color: Deep Magenta. HEX triplet: DD, 05 and B9. RGB value is (221,5,185). Sum of RGB (Red+Green+Blue) = 221+5+185=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05B9 is #22FA46. Grayscale: #595959. Windows color (decimal): -2292295 or 12125661. OLE color: 12125661.

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

Color convert

RGB 221 5 185 -
CMYK 0 0.98 0.16 0.13
HSL 310º 0.96% 0.44% -
HSV(B) 310º 0.98% 0.87% -
XYZ 38.63 18.98 47.53 -
YUV 90.1 181.56 221.36 -
System Red Green Blue C M Y K H S L
Decimal 221 5 185 0 0.98 0.16 0.13 310 0.96 0.44
Hex DD 5 B9 0 62 10 D 136 60 2C
Octal 335 5 271 0 142 20 15 466 140 54
Binary 11011101 101 10111001 0 1100010 10000 1101 100110110 1100000 101100

Color Harmonies of #DD05B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05B9

Black with #DD05B9

Text Example


Text Example

White with #DD05B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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