Html Css Color HEX #D301DC Deep Magenta

📋 copy color: '#D301DC'

red 211 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #D301DC

Tints of Deep Magenta #D301DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 48.84%
G = 0.23%
B = 50.93%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D301DC (or 0xD301DC) is known color: Deep Magenta. HEX triplet: D3, 01 and DC. RGB value is (211,1,220). Sum of RGB (Red+Green+Blue) = 211+1+220=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #D301DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301DC is #2CFE23. Grayscale: #585858. Windows color (decimal): -2948644 or 14418387. OLE color: 14418387.

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

Color convert

RGB 211 1 220 -
CMYK 0.04 1.00 0 0.14
HSL 297.53º 0.99% 0.43% -
HSV(B) 297.53º 1% 0.86% -
XYZ 39.79 19.04 69.29 -
YUV 88.76 202.07 215.19 -
System Red Green Blue C M Y K H S L
Decimal 211 1 220 0.04 1.00 0 0.14 297.53 0.99 0.43
Hex D3 1 DC 4 64 0 E 12A 63 2B
Octal 323 1 334 4 144 0 16 452 143 53
Binary 11010011 1 11011100 100 1100100 0 1110 100101010 1100011 101011

Color Harmonies of #D301DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301DC

Black with #D301DC

Text Example


Text Example

White with #D301DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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