Html Css Color HEX #DC00DB Deep Magenta

📋 copy color: '#DC00DB'

red 220 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #DC00DB

Tints of Deep Magenta #DC00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.11%
G = 0%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC00DB (or 0xDC00DB) is known color: Deep Magenta. HEX triplet: DC, 00 and DB. RGB value is (220,0,219). Sum of RGB (Red+Green+Blue) = 220+0+219=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00DB is #23FF24. Grayscale: #5A5A5A. Windows color (decimal): -2359077 or 14352604. OLE color: 14352604.

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

Color convert

RGB 220 0 219 -
CMYK 0 1 0.00 0.14
HSL 300.27º 1% 0.43% -
HSV(B) 300.27º 1% 0.86% -
XYZ 42.3 20.33 68.71 -
YUV 90.75 200.39 220.19 -
System Red Green Blue C M Y K H S L
Decimal 220 0 219 0 1 0.00 0.14 300.27 1 0.43
Hex DC 0 DB 0 64 0 E 12C 64 2B
Octal 334 0 333 0 144 0 16 454 144 53
Binary 11011100 0 11011011 0 1100100 0 1110 100101100 1100100 101011

Color Harmonies of #DC00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00DB

Black with #DC00DB

Text Example


Text Example

White with #DC00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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