Html Css Color HEX #DD00C0 Deep Magenta

📋 copy color: '#DD00C0'

red 221 ◦ green 0 ◦ blue 192

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

Shades of Deep Magenta #DD00C0

Tints of Deep Magenta #DD00C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 53.51%
G = 0%
B = 46.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD00C0 (or 0xDD00C0) is known color: Deep Magenta. HEX triplet: DD, 00 and C0. RGB value is (221,0,192). Sum of RGB (Red+Green+Blue) = 221+0+192=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C0 is #22FF3F. Grayscale: #575757. Windows color (decimal): -2293568 or 12583133. OLE color: 12583133.

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

Color convert

RGB 221 0 192 -
CMYK 0 1 0.13 0.13
HSL 307.87º 1% 0.43% -
HSV(B) 307.87º 1% 0.87% -
XYZ 39.33 19.18 51.5 -
YUV 87.97 186.72 222.89 -
System Red Green Blue C M Y K H S L
Decimal 221 0 192 0 1 0.13 0.13 307.87 1 0.43
Hex DD 0 C0 0 64 D D 134 64 2B
Octal 335 0 300 0 144 15 15 464 144 53
Binary 11011101 0 11000000 0 1100100 1101 1101 100110100 1100100 101011

Color Harmonies of #DD00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00C0

Black with #DD00C0

Text Example


Text Example

White with #DD00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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