Html Css Color HEX #DD1DD4 Deep Magenta

📋 copy color: '#DD1DD4'

red 221 ◦ green 29 ◦ blue 212

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

Shades of Deep Magenta #DD1DD4

Tints of Deep Magenta #DD1DD4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.28%

 BLUE value IS 212 (83.2% from 255) = 45.89%

R = 47.84%
G = 6.28%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD1DD4 (or 0xDD1DD4) is known color: Deep Magenta. HEX triplet: DD, 1D and D4. RGB value is (221,29,212). Sum of RGB (Red+Green+Blue) = 221+29+212=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DD4 is #22E22B. Grayscale: #6A6A6A. Windows color (decimal): -2286124 or 13901277. OLE color: 13901277.

HSL color Cylindrical-coordinate representation of color #DD1DD4: hue angle of 302.81º degrees, saturation: 0.77, 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 #DD1DD4 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 29 212 -
CMYK 0 0.87 0.04 0.13
HSL 302.81º 0.77% 0.49% -
HSV(B) 302.81º 0.87% 0.87% -
XYZ 42.14 21 64.12 -
YUV 107.27 187.11 209.12 -
System Red Green Blue C M Y K H S L
Decimal 221 29 212 0 0.87 0.04 0.13 302.81 0.77 0.49
Hex DD 1D D4 0 57 4 D 12F 4D 31
Octal 335 35 324 0 127 4 15 457 115 61
Binary 11011101 11101 11010100 0 1010111 100 1101 100101111 1001101 110001

Color Harmonies of #DD1DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DD4

Black with #DD1DD4

Text Example


Text Example

White with #DD1DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DD4; }

 p { color: rgb(221,29,212); }

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

background-color css

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

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

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

border-color css

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

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

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