Html Css Color HEX #DD06DE Deep Magenta

📋 copy color: '#DD06DE'

red 221 ◦ green 6 ◦ blue 222

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

Shades of Deep Magenta #DD06DE

Tints of Deep Magenta #DD06DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 49.22%
G = 1.34%
B = 49.44%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD06DE (or 0xDD06DE) is known color: Deep Magenta. HEX triplet: DD, 06 and DE. RGB value is (221,6,222). Sum of RGB (Red+Green+Blue) = 221+6+222=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD06DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06DE is #22F921. Grayscale: #5E5E5E. Windows color (decimal): -2292002 or 14550749. OLE color: 14550749.

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

Color convert

RGB 221 6 222 -
CMYK 0.00 0.97 0 0.13
HSL 299.72º 0.95% 0.45% -
HSV(B) 299.72º 0.97% 0.87% -
XYZ 43.07 20.78 70.85 -
YUV 94.91 199.73 217.94 -
System Red Green Blue C M Y K H S L
Decimal 221 6 222 0.00 0.97 0 0.13 299.72 0.95 0.45
Hex DD 6 DE 0 61 0 D 12C 5F 2D
Octal 335 6 336 0 141 0 15 454 137 55
Binary 11011101 110 11011110 0 1100001 0 1101 100101100 1011111 101101

Color Harmonies of #DD06DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06DE

Black with #DD06DE

Text Example


Text Example

White with #DD06DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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