Html Css Color HEX #D600DC Deep Magenta

📋 copy color: '#D600DC'

red 214 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #D600DC

Tints of Deep Magenta #D600DC

RGB

 RED value IS 214 (83.98% from 255) = 49.31%

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 49.31%
G = 0%
B = 50.69%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D600DC (or 0xD600DC) is known color: Deep Magenta. HEX triplet: D6, 00 and DC. RGB value is (214,0,220). Sum of RGB (Red+Green+Blue) = 214+0+220=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #D600DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600DC is #29FF23. Grayscale: #585858. Windows color (decimal): -2752292 or 14418134. OLE color: 14418134.

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

Color convert

RGB 214 0 220 -
CMYK 0.03 1 0 0.14
HSL 298.36º 1% 0.43% -
HSV(B) 298.36º 1% 0.86% -
XYZ 40.65 19.46 69.32 -
YUV 89.07 201.9 217.11 -
System Red Green Blue C M Y K H S L
Decimal 214 0 220 0.03 1 0 0.14 298.36 1 0.43
Hex D6 0 DC 3 64 0 E 12A 64 2B
Octal 326 0 334 3 144 0 16 452 144 53
Binary 11010110 0 11011100 11 1100100 0 1110 100101010 1100100 101011

Color Harmonies of #D600DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600DC

Black with #D600DC

Text Example


Text Example

White with #D600DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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