Html Css Color HEX #DD13CE Deep Magenta

📋 copy color: '#DD13CE'

red 221 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #DD13CE

Tints of Deep Magenta #DD13CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 49.55%
G = 4.26%
B = 46.19%

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

#DD13CE (or 0xDD13CE) is known color: Deep Magenta. HEX triplet: DD, 13 and CE. RGB value is (221,19,206). Sum of RGB (Red+Green+Blue) = 221+19+206=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13CE is #22EC31. Grayscale: #646464. Windows color (decimal): -2288690 or 13505501. OLE color: 13505501.

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

Color convert

RGB 221 19 206 -
CMYK 0 0.91 0.07 0.13
HSL 304.46º 0.84% 0.47% -
HSV(B) 304.46º 0.91% 0.87% -
XYZ 41.19 20.29 60.14 -
YUV 100.72 187.42 213.79 -
System Red Green Blue C M Y K H S L
Decimal 221 19 206 0 0.91 0.07 0.13 304.46 0.84 0.47
Hex DD 13 CE 0 5B 7 D 130 54 2F
Octal 335 23 316 0 133 7 15 460 124 57
Binary 11011101 10011 11001110 0 1011011 111 1101 100110000 1010100 101111

Color Harmonies of #DD13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13CE

Black with #DD13CE

Text Example


Text Example

White with #DD13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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