Html Css Color HEX #DD09CD Deep Magenta

📋 copy color: '#DD09CD'

red 221 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #DD09CD

Tints of Deep Magenta #DD09CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 50.8%
G = 2.07%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD09CD (or 0xDD09CD) is known color: Deep Magenta. HEX triplet: DD, 09 and CD. RGB value is (221,9,205). Sum of RGB (Red+Green+Blue) = 221+9+205=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09CD is #22F632. Grayscale: #5E5E5E. Windows color (decimal): -2291251 or 13437405. OLE color: 13437405.

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

Color convert

RGB 221 9 205 -
CMYK 0 0.96 0.07 0.13
HSL 304.53º 0.92% 0.45% -
HSV(B) 304.53º 0.96% 0.87% -
XYZ 40.94 19.98 59.46 -
YUV 94.73 190.24 218.06 -
System Red Green Blue C M Y K H S L
Decimal 221 9 205 0 0.96 0.07 0.13 304.53 0.92 0.45
Hex DD 9 CD 0 60 7 D 131 5C 2D
Octal 335 11 315 0 140 7 15 461 134 55
Binary 11011101 1001 11001101 0 1100000 111 1101 100110001 1011100 101101

Color Harmonies of #DD09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09CD

Black with #DD09CD

Text Example


Text Example

White with #DD09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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