Html Css Color HEX #DC13D3 Deep Magenta

📋 copy color: '#DC13D3'

red 220 ◦ green 19 ◦ blue 211

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

Shades of Deep Magenta #DC13D3

Tints of Deep Magenta #DC13D3

RGB

 RED value IS 220 (86.33% from 255) = 48.89%

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

 BLUE value IS 211 (82.81% from 255) = 46.89%

R = 48.89%
G = 4.22%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC13D3 (or 0xDC13D3) is known color: Deep Magenta. HEX triplet: DC, 13 and D3. RGB value is (220,19,211). Sum of RGB (Red+Green+Blue) = 220+19+211=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13D3 is #23EC2C. Grayscale: #646464. Windows color (decimal): -2354221 or 13833180. OLE color: 13833180.

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

Color convert

RGB 220 19 211 -
CMYK 0 0.91 0.04 0.14
HSL 302.69º 0.84% 0.47% -
HSV(B) 302.69º 0.91% 0.86% -
XYZ 41.51 20.38 63.38 -
YUV 100.99 190.09 212.89 -
System Red Green Blue C M Y K H S L
Decimal 220 19 211 0 0.91 0.04 0.14 302.69 0.84 0.47
Hex DC 13 D3 0 5B 4 E 12F 54 2F
Octal 334 23 323 0 133 4 16 457 124 57
Binary 11011100 10011 11010011 0 1011011 100 1110 100101111 1010100 101111

Color Harmonies of #DC13D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13D3

Black with #DC13D3

Text Example


Text Example

White with #DC13D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13D3; }

 p { color: rgb(220,19,211); }

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

background-color css

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

 a { background-color: rgb(220,19,211); }

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

border-color css

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

 span { border-color: rgb(220,19,211); }

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