Html Css Color HEX #D301B3 Deep Magenta

📋 copy color: '#D301B3'

red 211 ◦ green 1 ◦ blue 179

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

Shades of Deep Magenta #D301B3

Tints of Deep Magenta #D301B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.78%

R = 53.96%
G = 0.26%
B = 45.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D301B3 (or 0xD301B3) is known color: Deep Magenta. HEX triplet: D3, 01 and B3. RGB value is (211,1,179). Sum of RGB (Red+Green+Blue) = 211+1+179=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D301B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301B3 is #2CFE4C. Grayscale: #535353. Windows color (decimal): -2948685 or 11731411. OLE color: 11731411.

HSL color Cylindrical-coordinate representation of color #D301B3: hue angle of 309.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301B3 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 179 -
CMYK 0 1.00 0.15 0.17
HSL 309.14º 0.99% 0.42% -
HSV(B) 309.14º 1% 0.83% -
XYZ 35.01 17.13 44.11 -
YUV 84.08 181.57 218.53 -
System Red Green Blue C M Y K H S L
Decimal 211 1 179 0 1.00 0.15 0.17 309.14 0.99 0.42
Hex D3 1 B3 0 64 F 11 135 63 2A
Octal 323 1 263 0 144 17 21 465 143 52
Binary 11010011 1 10110011 0 1100100 1111 10001 100110101 1100011 101010

Color Harmonies of #D301B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301B3

Black with #D301B3

Text Example


Text Example

White with #D301B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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