Html Css Color HEX #D301DD Deep Magenta

📋 copy color: '#D301DD'

red 211 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #D301DD

Tints of Deep Magenta #D301DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 48.73%
G = 0.23%
B = 51.04%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D301DD (or 0xD301DD) is known color: Deep Magenta. HEX triplet: D3, 01 and DD. RGB value is (211,1,221). Sum of RGB (Red+Green+Blue) = 211+1+221=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #D301DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301DD is #2CFE22. Grayscale: #585858. Windows color (decimal): -2948643 or 14483923. OLE color: 14483923.

HSL color Cylindrical-coordinate representation of color #D301DD: hue angle of 297.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301DD is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 1 221 -
CMYK 0.05 1.00 0 0.13
HSL 297.27º 0.99% 0.44% -
HSV(B) 297.27º 1% 0.87% -
XYZ 39.93 19.09 69.99 -
YUV 88.87 202.57 215.11 -
System Red Green Blue C M Y K H S L
Decimal 211 1 221 0.05 1.00 0 0.13 297.27 0.99 0.44
Hex D3 1 DD 5 64 0 D 129 63 2C
Octal 323 1 335 5 144 0 15 451 143 54
Binary 11010011 1 11011101 101 1100100 0 1101 100101001 1100011 101100

Color Harmonies of #D301DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301DD

Black with #D301DD

Text Example


Text Example

White with #D301DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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