Html Css Color HEX #DC13DF Deep Magenta

📋 copy color: '#DC13DF'

red 220 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #DC13DF

Tints of Deep Magenta #DC13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 47.62%
G = 4.11%
B = 48.27%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC13DF (or 0xDC13DF) is known color: Deep Magenta. HEX triplet: DC, 13 and DF. RGB value is (220,19,223). Sum of RGB (Red+Green+Blue) = 220+19+223=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13DF is #23EC20. Grayscale: #656565. Windows color (decimal): -2354209 or 14619612. OLE color: 14619612.

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

Color convert

RGB 220 19 223 -
CMYK 0.01 0.91 0 0.13
HSL 299.12º 0.84% 0.47% -
HSV(B) 299.12º 0.91% 0.87% -
XYZ 43.07 21.01 71.6 -
YUV 102.36 196.09 211.91 -
System Red Green Blue C M Y K H S L
Decimal 220 19 223 0.01 0.91 0 0.13 299.12 0.84 0.47
Hex DC 13 DF 1 5B 0 D 12B 54 2F
Octal 334 23 337 1 133 0 15 453 124 57
Binary 11011100 10011 11011111 1 1011011 0 1101 100101011 1010100 101111

Color Harmonies of #DC13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13DF

Black with #DC13DF

Text Example


Text Example

White with #DC13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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