Html Css Color HEX #DC13CD Deep Magenta

📋 copy color: '#DC13CD'

red 220 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #DC13CD

Tints of Deep Magenta #DC13CD

RGB

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

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

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

R = 49.55%
G = 4.28%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC13CD (or 0xDC13CD) is known color: Deep Magenta. HEX triplet: DC, 13 and CD. RGB value is (220,19,205). Sum of RGB (Red+Green+Blue) = 220+19+205=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13CD is #23EC32. Grayscale: #636363. Windows color (decimal): -2354227 or 13439964. OLE color: 13439964.

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

Color convert

RGB 220 19 205 -
CMYK 0 0.91 0.07 0.14
HSL 304.48º 0.84% 0.47% -
HSV(B) 304.48º 0.91% 0.86% -
XYZ 40.77 20.09 59.49 -
YUV 100.3 187.09 213.38 -
System Red Green Blue C M Y K H S L
Decimal 220 19 205 0 0.91 0.07 0.14 304.48 0.84 0.47
Hex DC 13 CD 0 5B 7 E 130 54 2F
Octal 334 23 315 0 133 7 16 460 124 57
Binary 11011100 10011 11001101 0 1011011 111 1110 100110000 1010100 101111

Color Harmonies of #DC13CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13CD

Black with #DC13CD

Text Example


Text Example

White with #DC13CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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