Html Css Color HEX #DD05D4 Deep Magenta

📋 copy color: '#DD05D4'

red 221 ◦ green 5 ◦ blue 212

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

Shades of Deep Magenta #DD05D4

Tints of Deep Magenta #DD05D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.4%

R = 50.46%
G = 1.14%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD05D4 (or 0xDD05D4) is known color: Deep Magenta. HEX triplet: DD, 05 and D4. RGB value is (221,5,212). Sum of RGB (Red+Green+Blue) = 221+5+212=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05D4 is #22FA2B. Grayscale: #5C5C5C. Windows color (decimal): -2292268 or 13895133. OLE color: 13895133.

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

Color convert

RGB 221 5 212 -
CMYK 0 0.98 0.04 0.13
HSL 302.5º 0.96% 0.44% -
HSV(B) 302.5º 0.98% 0.87% -
XYZ 41.76 20.23 63.99 -
YUV 93.18 195.06 219.17 -
System Red Green Blue C M Y K H S L
Decimal 221 5 212 0 0.98 0.04 0.13 302.5 0.96 0.44
Hex DD 5 D4 0 62 4 D 12E 60 2C
Octal 335 5 324 0 142 4 15 456 140 54
Binary 11011101 101 11010100 0 1100010 100 1101 100101110 1100000 101100

Color Harmonies of #DD05D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05D4

Black with #DD05D4

Text Example


Text Example

White with #DD05D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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