Html Css Color HEX #DD1FCD Deep Magenta

📋 copy color: '#DD1FCD'

red 221 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #DD1FCD

Tints of Deep Magenta #DD1FCD

RGB

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

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

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

R = 48.36%
G = 6.78%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD1FCD (or 0xDD1FCD) is known color: Deep Magenta. HEX triplet: DD, 1F and CD. RGB value is (221,31,205). Sum of RGB (Red+Green+Blue) = 221+31+205=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FCD is #22E032. Grayscale: #6B6B6B. Windows color (decimal): -2285619 or 13443037. OLE color: 13443037.

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

Color convert

RGB 221 31 205 -
CMYK 0 0.86 0.07 0.13
HSL 305.05º 0.75% 0.49% -
HSV(B) 305.05º 0.86% 0.87% -
XYZ 41.33 20.76 59.59 -
YUV 107.65 182.95 208.85 -
System Red Green Blue C M Y K H S L
Decimal 221 31 205 0 0.86 0.07 0.13 305.05 0.75 0.49
Hex DD 1F CD 0 56 7 D 131 4B 31
Octal 335 37 315 0 126 7 15 461 113 61
Binary 11011101 11111 11001101 0 1010110 111 1101 100110001 1001011 110001

Color Harmonies of #DD1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FCD

Black with #DD1FCD

Text Example


Text Example

White with #DD1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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