Html Css Color HEX #DD13CD Deep Magenta

📋 copy color: '#DD13CD'

red 221 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #DD13CD

Tints of Deep Magenta #DD13CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.27%

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

R = 49.66%
G = 4.27%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD13CD (or 0xDD13CD) is known color: Deep Magenta. HEX triplet: DD, 13 and CD. RGB value is (221,19,205). Sum of RGB (Red+Green+Blue) = 221+19+205=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13CD is #22EC32. Grayscale: #646464. Windows color (decimal): -2288691 or 13439965. OLE color: 13439965.

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

Color convert

RGB 221 19 205 -
CMYK 0 0.91 0.07 0.13
HSL 304.75º 0.84% 0.47% -
HSV(B) 304.75º 0.91% 0.87% -
XYZ 41.07 20.25 59.5 -
YUV 100.6 186.92 213.88 -
System Red Green Blue C M Y K H S L
Decimal 221 19 205 0 0.91 0.07 0.13 304.75 0.84 0.47
Hex DD 13 CD 0 5B 7 D 131 54 2F
Octal 335 23 315 0 133 7 15 461 124 57
Binary 11011101 10011 11001101 0 1011011 111 1101 100110001 1010100 101111

Color Harmonies of #DD13CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13CD

Black with #DD13CD

Text Example


Text Example

White with #DD13CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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