Html Css Color HEX #DC1FDB Deep Magenta

📋 copy color: '#DC1FDB'

red 220 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #DC1FDB

Tints of Deep Magenta #DC1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.6%

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 46.81%
G = 6.6%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC1FDB (or 0xDC1FDB) is known color: Deep Magenta. HEX triplet: DC, 1F and DB. RGB value is (220,31,219). Sum of RGB (Red+Green+Blue) = 220+31+219=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1FDB is #23E024. Grayscale: #6C6C6C. Windows color (decimal): -2351141 or 14360540. OLE color: 14360540.

HSL color Cylindrical-coordinate representation of color #DC1FDB: hue angle of 300.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FDB is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 31 219 -
CMYK 0 0.86 0.00 0.14
HSL 300.32º 0.75% 0.49% -
HSV(B) 300.32º 0.86% 0.86% -
XYZ 42.79 21.31 68.88 -
YUV 108.94 190.12 207.21 -
System Red Green Blue C M Y K H S L
Decimal 220 31 219 0 0.86 0.00 0.14 300.32 0.75 0.49
Hex DC 1F DB 0 56 0 E 12C 4B 31
Octal 334 37 333 0 126 0 16 454 113 61
Binary 11011100 11111 11011011 0 1010110 0 1110 100101100 1001011 110001

Color Harmonies of #DC1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1FDB

Black with #DC1FDB

Text Example


Text Example

White with #DC1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1FDB; }

 p { color: rgb(220,31,219); }

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

background-color css

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

 a { background-color: rgb(220,31,219); }

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

border-color css

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

 span { border-color: rgb(220,31,219); }

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