Html Css Color HEX #DC19D3 Deep Magenta

📋 copy color: '#DC19D3'

red 220 ◦ green 25 ◦ blue 211

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

Shades of Deep Magenta #DC19D3

Tints of Deep Magenta #DC19D3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.48%

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

R = 48.25%
G = 5.48%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC19D3 (or 0xDC19D3) is known color: Deep Magenta. HEX triplet: DC, 19 and D3. RGB value is (220,25,211). Sum of RGB (Red+Green+Blue) = 220+25+211=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19D3 is #23E62C. Grayscale: #676767. Windows color (decimal): -2352685 or 13834716. OLE color: 13834716.

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

Color convert

RGB 220 25 211 -
CMYK 0 0.89 0.04 0.14
HSL 302.77º 0.8% 0.48% -
HSV(B) 302.77º 0.89% 0.86% -
XYZ 41.62 20.61 63.41 -
YUV 104.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 220 25 211 0 0.89 0.04 0.14 302.77 0.8 0.48
Hex DC 19 D3 0 59 4 E 12F 50 30
Octal 334 31 323 0 131 4 16 457 120 60
Binary 11011100 11001 11010011 0 1011001 100 1110 100101111 1010000 110000

Color Harmonies of #DC19D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19D3

Black with #DC19D3

Text Example


Text Example

White with #DC19D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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