Html Css Color HEX #D300DC Deep Magenta

📋 copy color: '#D300DC'

red 211 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #D300DC

Tints of Deep Magenta #D300DC

RGB

 RED value IS 211 (82.81% from 255) = 48.96%

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

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

R = 48.96%
G = 0%
B = 51.04%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D300DC (or 0xD300DC) is known color: Deep Magenta. HEX triplet: D3, 00 and DC. RGB value is (211,0,220). Sum of RGB (Red+Green+Blue) = 211+0+220=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #D300DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300DC is #2CFF23. Grayscale: #575757. Windows color (decimal): -2948900 or 14418131. OLE color: 14418131.

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

Color convert

RGB 211 0 220 -
CMYK 0.04 1 0 0.14
HSL 297.55º 1% 0.43% -
HSV(B) 297.55º 1% 0.86% -
XYZ 39.78 19.02 69.28 -
YUV 88.17 202.4 215.61 -
System Red Green Blue C M Y K H S L
Decimal 211 0 220 0.04 1 0 0.14 297.55 1 0.43
Hex D3 0 DC 4 64 0 E 12A 64 2B
Octal 323 0 334 4 144 0 16 452 144 53
Binary 11010011 0 11011100 100 1100100 0 1110 100101010 1100100 101011

Color Harmonies of #D300DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300DC

Black with #D300DC

Text Example


Text Example

White with #D300DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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