Html Css Color HEX #DC13CF Deep Magenta

📋 copy color: '#DC13CF'

red 220 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #DC13CF

Tints of Deep Magenta #DC13CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 49.33%
G = 4.26%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC13CF (or 0xDC13CF) is known color: Deep Magenta. HEX triplet: DC, 13 and CF. RGB value is (220,19,207). Sum of RGB (Red+Green+Blue) = 220+19+207=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13CF is #23EC30. Grayscale: #636363. Windows color (decimal): -2354225 or 13571036. OLE color: 13571036.

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

Color convert

RGB 220 19 207 -
CMYK 0 0.91 0.06 0.14
HSL 303.88º 0.84% 0.47% -
HSV(B) 303.88º 0.91% 0.86% -
XYZ 41.01 20.19 60.77 -
YUV 100.53 188.09 213.21 -
System Red Green Blue C M Y K H S L
Decimal 220 19 207 0 0.91 0.06 0.14 303.88 0.84 0.47
Hex DC 13 CF 0 5B 6 E 130 54 2F
Octal 334 23 317 0 133 6 16 460 124 57
Binary 11011100 10011 11001111 0 1011011 110 1110 100110000 1010100 101111

Color Harmonies of #DC13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13CF

Black with #DC13CF

Text Example


Text Example

White with #DC13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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