Html Css Color HEX #DD06DF Deep Magenta

📋 copy color: '#DD06DF'

red 221 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #DD06DF

Tints of Deep Magenta #DD06DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 49.11%
G = 1.33%
B = 49.56%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD06DF (or 0xDD06DF) is known color: Deep Magenta. HEX triplet: DD, 06 and DF. RGB value is (221,6,223). Sum of RGB (Red+Green+Blue) = 221+6+223=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06DF is #22F920. Grayscale: #5E5E5E. Windows color (decimal): -2292001 or 14616285. OLE color: 14616285.

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

Color convert

RGB 221 6 223 -
CMYK 0.01 0.97 0 0.13
HSL 299.45º 0.95% 0.45% -
HSV(B) 299.45º 0.97% 0.87% -
XYZ 43.2 20.83 71.56 -
YUV 95.02 200.23 217.86 -
System Red Green Blue C M Y K H S L
Decimal 221 6 223 0.01 0.97 0 0.13 299.45 0.95 0.45
Hex DD 6 DF 1 61 0 D 12B 5F 2D
Octal 335 6 337 1 141 0 15 453 137 55
Binary 11011101 110 11011111 1 1100001 0 1101 100101011 1011111 101101

Color Harmonies of #DD06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06DF

Black with #DD06DF

Text Example


Text Example

White with #DD06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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