Html Css Color HEX #DD06D3 Deep Magenta

📋 copy color: '#DD06D3'

red 221 ◦ green 6 ◦ blue 211

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

Shades of Deep Magenta #DD06D3

Tints of Deep Magenta #DD06D3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 50.46%
G = 1.37%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD06D3 (or 0xDD06D3) is known color: Deep Magenta. HEX triplet: DD, 06 and D3. RGB value is (221,6,211). Sum of RGB (Red+Green+Blue) = 221+6+211=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06D3 is #22F92C. Grayscale: #5D5D5D. Windows color (decimal): -2292013 or 13829853. OLE color: 13829853.

HSL color Cylindrical-coordinate representation of color #DD06D3: hue angle of 302.79º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06D3 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 211 -
CMYK 0 0.97 0.05 0.13
HSL 302.79º 0.95% 0.45% -
HSV(B) 302.79º 0.97% 0.87% -
XYZ 41.64 20.21 63.33 -
YUV 93.66 194.23 218.83 -
System Red Green Blue C M Y K H S L
Decimal 221 6 211 0 0.97 0.05 0.13 302.79 0.95 0.45
Hex DD 6 D3 0 61 5 D 12F 5F 2D
Octal 335 6 323 0 141 5 15 457 137 55
Binary 11011101 110 11010011 0 1100001 101 1101 100101111 1011111 101101

Color Harmonies of #DD06D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06D3

Black with #DD06D3

Text Example


Text Example

White with #DD06D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06D3; }

 p { color: rgb(221,6,211); }

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

background-color css

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

 a { background-color: rgb(221,6,211); }

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

border-color css

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

 span { border-color: rgb(221,6,211); }

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