Html Css Color HEX #DD1FDE Deep Magenta

📋 copy color: '#DD1FDE'

red 221 ◦ green 31 ◦ blue 222

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

Shades of Deep Magenta #DD1FDE

Tints of Deep Magenta #DD1FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 46.62%
G = 6.54%
B = 46.84%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD1FDE (or 0xDD1FDE) is known color: Deep Magenta. HEX triplet: DD, 1F and DE. RGB value is (221,31,222). Sum of RGB (Red+Green+Blue) = 221+31+222=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FDE is #22E021. Grayscale: #6D6D6D. Windows color (decimal): -2285602 or 14557149. OLE color: 14557149.

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

Color convert

RGB 221 31 222 -
CMYK 0.00 0.86 0 0.13
HSL 299.69º 0.75% 0.5% -
HSV(B) 299.69º 0.86% 0.87% -
XYZ 43.49 21.63 70.99 -
YUV 109.58 191.45 207.47 -
System Red Green Blue C M Y K H S L
Decimal 221 31 222 0.00 0.86 0 0.13 299.69 0.75 0.5
Hex DD 1F DE 0 56 0 D 12C 4B 32
Octal 335 37 336 0 126 0 15 454 113 62
Binary 11011101 11111 11011110 0 1010110 0 1101 100101100 1001011 110010

Color Harmonies of #DD1FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FDE

Black with #DD1FDE

Text Example


Text Example

White with #DD1FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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