Html Css Color HEX #DD0FCD Deep Magenta

📋 copy color: '#DD0FCD'

red 221 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #DD0FCD

Tints of Deep Magenta #DD0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.4%

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

R = 50.11%
G = 3.4%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD0FCD (or 0xDD0FCD) is known color: Deep Magenta. HEX triplet: DD, 0F and CD. RGB value is (221,15,205). Sum of RGB (Red+Green+Blue) = 221+15+205=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FCD is #22F032. Grayscale: #616161. Windows color (decimal): -2289715 or 13438941. OLE color: 13438941.

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

Color convert

RGB 221 15 205 -
CMYK 0 0.93 0.07 0.13
HSL 304.66º 0.87% 0.46% -
HSV(B) 304.66º 0.93% 0.87% -
XYZ 41.01 20.12 59.48 -
YUV 98.25 188.25 215.55 -
System Red Green Blue C M Y K H S L
Decimal 221 15 205 0 0.93 0.07 0.13 304.66 0.87 0.46
Hex DD F CD 0 5D 7 D 131 57 2E
Octal 335 17 315 0 135 7 15 461 127 56
Binary 11011101 1111 11001101 0 1011101 111 1101 100110001 1010111 101110

Color Harmonies of #DD0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FCD

Black with #DD0FCD

Text Example


Text Example

White with #DD0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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