Html Css Color HEX #DD1CDD Deep Magenta

📋 copy color: '#DD1CDD'

red 221 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #DD1CDD

Tints of Deep Magenta #DD1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.96%

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

R = 47.02%
G = 5.96%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD1CDD (or 0xDD1CDD) is known color: Deep Magenta. HEX triplet: DD, 1C and DD. RGB value is (221,28,221). Sum of RGB (Red+Green+Blue) = 221+28+221=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CDD is #22E322. Grayscale: #6B6B6B. Windows color (decimal): -2286371 or 14490845. OLE color: 14490845.

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

Color convert

RGB 221 28 221 -
CMYK 0 0.87 0 0.13
HSL 300º 0.78% 0.49% -
HSV(B) 300º 0.87% 0.87% -
XYZ 43.29 21.42 70.26 -
YUV 107.71 191.94 208.81 -
System Red Green Blue C M Y K H S L
Decimal 221 28 221 0 0.87 0 0.13 300 0.78 0.49
Hex DD 1C DD 0 57 0 D 12C 4E 31
Octal 335 34 335 0 127 0 15 454 116 61
Binary 11011101 11100 11011101 0 1010111 0 1101 100101100 1001110 110001

Color Harmonies of #DD1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CDD

Black with #DD1CDD

Text Example


Text Example

White with #DD1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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