Html Css Color HEX #DD1FDC Deep Magenta

📋 copy color: '#DD1FDC'

red 221 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #DD1FDC

Tints of Deep Magenta #DD1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.57%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 46.82%
G = 6.57%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD1FDC (or 0xDD1FDC) is known color: Deep Magenta. HEX triplet: DD, 1F and DC. RGB value is (221,31,220). Sum of RGB (Red+Green+Blue) = 221+31+220=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FDC is #22E023. Grayscale: #6C6C6C. Windows color (decimal): -2285604 or 14426077. OLE color: 14426077.

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

Color convert

RGB 221 31 220 -
CMYK 0 0.86 0.00 0.13
HSL 300.32º 0.75% 0.49% -
HSV(B) 300.32º 0.86% 0.87% -
XYZ 43.23 21.52 69.59 -
YUV 109.36 190.45 207.63 -
System Red Green Blue C M Y K H S L
Decimal 221 31 220 0 0.86 0.00 0.13 300.32 0.75 0.49
Hex DD 1F DC 0 56 0 D 12C 4B 31
Octal 335 37 334 0 126 0 15 454 113 61
Binary 11011101 11111 11011100 0 1010110 0 1101 100101100 1001011 110001

Color Harmonies of #DD1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FDC

Black with #DD1FDC

Text Example


Text Example

White with #DD1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FDC; }

 p { color: rgb(221,31,220); }

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

background-color css

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

 a { background-color: rgb(221,31,220); }

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

border-color css

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

 span { border-color: rgb(221,31,220); }

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