Html Css Color HEX #DC1CDB Deep Magenta

📋 copy color: '#DC1CDB'

red 220 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #DC1CDB

Tints of Deep Magenta #DC1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6%

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

R = 47.11%
G = 6%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC1CDB (or 0xDC1CDB) is known color: Deep Magenta. HEX triplet: DC, 1C and DB. RGB value is (220,28,219). Sum of RGB (Red+Green+Blue) = 220+28+219=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CDB is #23E324. Grayscale: #6A6A6A. Windows color (decimal): -2351909 or 14359772. OLE color: 14359772.

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

Color convert

RGB 220 28 219 -
CMYK 0 0.87 0.00 0.14
HSL 300.31º 0.77% 0.49% -
HSV(B) 300.31º 0.87% 0.86% -
XYZ 42.72 21.16 68.85 -
YUV 107.18 191.11 208.47 -
System Red Green Blue C M Y K H S L
Decimal 220 28 219 0 0.87 0.00 0.14 300.31 0.77 0.49
Hex DC 1C DB 0 57 0 E 12C 4D 31
Octal 334 34 333 0 127 0 16 454 115 61
Binary 11011100 11100 11011011 0 1010111 0 1110 100101100 1001101 110001

Color Harmonies of #DC1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CDB

Black with #DC1CDB

Text Example


Text Example

White with #DC1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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