Html Css Color HEX #DD1FDD Deep Magenta

📋 copy color: '#DD1FDD'

red 221 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #DD1FDD

Tints of Deep Magenta #DD1FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 46.72%
G = 6.55%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD1FDD (or 0xDD1FDD) is known color: Deep Magenta. HEX triplet: DD, 1F and DD. RGB value is (221,31,221). Sum of RGB (Red+Green+Blue) = 221+31+221=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FDD is #22E022. Grayscale: #6C6C6C. Windows color (decimal): -2285603 or 14491613. OLE color: 14491613.

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

Color convert

RGB 221 31 221 -
CMYK 0 0.86 0 0.13
HSL 300º 0.75% 0.49% -
HSV(B) 300º 0.86% 0.87% -
XYZ 43.36 21.57 70.29 -
YUV 109.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 221 31 221 0 0.86 0 0.13 300 0.75 0.49
Hex DD 1F DD 0 56 0 D 12C 4B 31
Octal 335 37 335 0 126 0 15 454 113 61
Binary 11011101 11111 11011101 0 1010110 0 1101 100101100 1001011 110001

Color Harmonies of #DD1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FDD

Black with #DD1FDD

Text Example


Text Example

White with #DD1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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