Html Css Color HEX #DD1ECB Deep Magenta

📋 copy color: '#DD1ECB'

red 221 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #DD1ECB

Tints of Deep Magenta #DD1ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.61%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 48.68%
G = 6.61%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD1ECB (or 0xDD1ECB) is known color: Deep Magenta. HEX triplet: DD, 1E and CB. RGB value is (221,30,203). Sum of RGB (Red+Green+Blue) = 221+30+203=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ECB is #22E134. Grayscale: #6A6A6A. Windows color (decimal): -2285877 or 13311709. OLE color: 13311709.

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

Color convert

RGB 221 30 203 -
CMYK 0 0.86 0.08 0.13
HSL 305.65º 0.76% 0.49% -
HSV(B) 305.65º 0.86% 0.87% -
XYZ 41.06 20.61 58.31 -
YUV 106.83 182.28 209.43 -
System Red Green Blue C M Y K H S L
Decimal 221 30 203 0 0.86 0.08 0.13 305.65 0.76 0.49
Hex DD 1E CB 0 56 8 D 132 4C 31
Octal 335 36 313 0 126 10 15 462 114 61
Binary 11011101 11110 11001011 0 1010110 1000 1101 100110010 1001100 110001

Color Harmonies of #DD1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ECB

Black with #DD1ECB

Text Example


Text Example

White with #DD1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ECB; }

 p { color: rgb(221,30,203); }

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

background-color css

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

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

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

border-color css

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

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

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