Html Css Color HEX #DD09DE Deep Magenta

📋 copy color: '#DD09DE'

red 221 ◦ green 9 ◦ blue 222

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

Shades of Deep Magenta #DD09DE

Tints of Deep Magenta #DD09DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

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

R = 48.89%
G = 1.99%
B = 49.12%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD09DE (or 0xDD09DE) is known color: Deep Magenta. HEX triplet: DD, 09 and DE. RGB value is (221,9,222). Sum of RGB (Red+Green+Blue) = 221+9+222=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD09DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09DE is #22F621. Grayscale: #606060. Windows color (decimal): -2291234 or 14551517. OLE color: 14551517.

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

Color convert

RGB 221 9 222 -
CMYK 0.00 0.96 0 0.13
HSL 299.72º 0.92% 0.45% -
HSV(B) 299.72º 0.96% 0.87% -
XYZ 43.1 20.84 70.86 -
YUV 96.67 198.74 216.68 -
System Red Green Blue C M Y K H S L
Decimal 221 9 222 0.00 0.96 0 0.13 299.72 0.92 0.45
Hex DD 9 DE 0 60 0 D 12C 5C 2D
Octal 335 11 336 0 140 0 15 454 134 55
Binary 11011101 1001 11011110 0 1100000 0 1101 100101100 1011100 101101

Color Harmonies of #DD09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09DE

Black with #DD09DE

Text Example


Text Example

White with #DD09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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