Html Css Color HEX #DD00CD Deep Magenta

📋 copy color: '#DD00CD'

red 221 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #DD00CD

Tints of Deep Magenta #DD00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.88%
G = 0%
B = 48.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD00CD (or 0xDD00CD) is known color: Deep Magenta. HEX triplet: DD, 00 and CD. RGB value is (221,0,205). Sum of RGB (Red+Green+Blue) = 221+0+205=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00CD is #22FF32. Grayscale: #585858. Windows color (decimal): -2293555 or 13435101. OLE color: 13435101.

HSL color Cylindrical-coordinate representation of color #DD00CD: hue angle of 304.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00CD is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 205 -
CMYK 0 1 0.07 0.13
HSL 304.34º 1% 0.43% -
HSV(B) 304.34º 1% 0.87% -
XYZ 40.84 19.78 59.42 -
YUV 89.45 193.22 221.83 -
System Red Green Blue C M Y K H S L
Decimal 221 0 205 0 1 0.07 0.13 304.34 1 0.43
Hex DD 0 CD 0 64 7 D 130 64 2B
Octal 335 0 315 0 144 7 15 460 144 53
Binary 11011101 0 11001101 0 1100100 111 1101 100110000 1100100 101011

Color Harmonies of #DD00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00CD

Black with #DD00CD

Text Example


Text Example

White with #DD00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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