Html Css Color HEX #D301DB Deep Magenta

📋 copy color: '#D301DB'

red 211 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #D301DB

Tints of Deep Magenta #D301DB

RGB

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

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

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

R = 48.96%
G = 0.23%
B = 50.81%

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

#D301DB (or 0xD301DB) is known color: Deep Magenta. HEX triplet: D3, 01 and DB. RGB value is (211,1,219). Sum of RGB (Red+Green+Blue) = 211+1+219=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #D301DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301DB is #2CFE24. Grayscale: #575757. Windows color (decimal): -2948645 or 14352851. OLE color: 14352851.

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

Color convert

RGB 211 1 219 -
CMYK 0.04 1.00 0 0.14
HSL 297.8º 0.99% 0.43% -
HSV(B) 297.8º 1% 0.86% -
XYZ 39.66 18.99 68.59 -
YUV 88.64 201.57 215.27 -
System Red Green Blue C M Y K H S L
Decimal 211 1 219 0.04 1.00 0 0.14 297.8 0.99 0.43
Hex D3 1 DB 4 64 0 E 12A 63 2B
Octal 323 1 333 4 144 0 16 452 143 53
Binary 11010011 1 11011011 100 1100100 0 1110 100101010 1100011 101011

Color Harmonies of #D301DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301DB

Black with #D301DB

Text Example


Text Example

White with #D301DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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