Html Css Color HEX #DD05B7 Deep Magenta

📋 copy color: '#DD05B7'

red 221 ◦ green 5 ◦ blue 183

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

Shades of Deep Magenta #DD05B7

Tints of Deep Magenta #DD05B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.74%

R = 54.03%
G = 1.22%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD05B7 (or 0xDD05B7) is known color: Deep Magenta. HEX triplet: DD, 05 and B7. RGB value is (221,5,183). Sum of RGB (Red+Green+Blue) = 221+5+183=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05B7 is #22FA48. Grayscale: #595959. Windows color (decimal): -2292297 or 11994589. OLE color: 11994589.

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

Color convert

RGB 221 5 183 -
CMYK 0 0.98 0.17 0.13
HSL 310.56º 0.96% 0.44% -
HSV(B) 310.56º 0.98% 0.87% -
XYZ 38.42 18.9 46.42 -
YUV 89.88 180.56 221.53 -
System Red Green Blue C M Y K H S L
Decimal 221 5 183 0 0.98 0.17 0.13 310.56 0.96 0.44
Hex DD 5 B7 0 62 11 D 137 60 2C
Octal 335 5 267 0 142 21 15 467 140 54
Binary 11011101 101 10110111 0 1100010 10001 1101 100110111 1100000 101100

Color Harmonies of #DD05B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05B7

Black with #DD05B7

Text Example


Text Example

White with #DD05B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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