Html Css Color HEX #DC13C8 Deep Magenta

📋 copy color: '#DC13C8'

red 220 ◦ green 19 ◦ blue 200

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

Shades of Deep Magenta #DC13C8

Tints of Deep Magenta #DC13C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 50.11%
G = 4.33%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC13C8 (or 0xDC13C8) is known color: Deep Magenta. HEX triplet: DC, 13 and C8. RGB value is (220,19,200). Sum of RGB (Red+Green+Blue) = 220+19+200=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13C8 is #23EC37. Grayscale: #636363. Windows color (decimal): -2354232 or 13112284. OLE color: 13112284.

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

Color convert

RGB 220 19 200 -
CMYK 0 0.91 0.09 0.14
HSL 305.97º 0.84% 0.47% -
HSV(B) 305.97º 0.91% 0.86% -
XYZ 40.17 19.85 56.36 -
YUV 99.73 184.59 213.78 -
System Red Green Blue C M Y K H S L
Decimal 220 19 200 0 0.91 0.09 0.14 305.97 0.84 0.47
Hex DC 13 C8 0 5B 9 E 132 54 2F
Octal 334 23 310 0 133 11 16 462 124 57
Binary 11011100 10011 11001000 0 1011011 1001 1110 100110010 1010100 101111

Color Harmonies of #DC13C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13C8

Black with #DC13C8

Text Example


Text Example

White with #DC13C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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