Html Css Color HEX #DD1FD1 Deep Magenta

📋 copy color: '#DD1FD1'

red 221 ◦ green 31 ◦ blue 209

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

Shades of Deep Magenta #DD1FD1

Tints of Deep Magenta #DD1FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 47.94%
G = 6.72%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD1FD1 (or 0xDD1FD1) is known color: Deep Magenta. HEX triplet: DD, 1F and D1. RGB value is (221,31,209). Sum of RGB (Red+Green+Blue) = 221+31+209=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FD1 is #22E02E. Grayscale: #6B6B6B. Windows color (decimal): -2285615 or 13705181. OLE color: 13705181.

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

Color convert

RGB 221 31 209 -
CMYK 0 0.86 0.05 0.13
HSL 303.79º 0.75% 0.49% -
HSV(B) 303.79º 0.86% 0.87% -
XYZ 41.82 20.96 62.16 -
YUV 108.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 221 31 209 0 0.86 0.05 0.13 303.79 0.75 0.49
Hex DD 1F D1 0 56 5 D 130 4B 31
Octal 335 37 321 0 126 5 15 460 113 61
Binary 11011101 11111 11010001 0 1010110 101 1101 100110000 1001011 110001

Color Harmonies of #DD1FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FD1

Black with #DD1FD1

Text Example


Text Example

White with #DD1FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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