Html Css Color HEX #D301B5 Deep Magenta

📋 copy color: '#D301B5'

red 211 ◦ green 1 ◦ blue 181

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

Shades of Deep Magenta #D301B5

Tints of Deep Magenta #D301B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.06%

R = 53.69%
G = 0.25%
B = 46.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D301B5 (or 0xD301B5) is known color: Deep Magenta. HEX triplet: D3, 01 and B5. RGB value is (211,1,181). Sum of RGB (Red+Green+Blue) = 211+1+181=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D301B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301B5 is #2CFE4A. Grayscale: #535353. Windows color (decimal): -2948683 or 11862483. OLE color: 11862483.

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

Color convert

RGB 211 1 181 -
CMYK 0 1.00 0.14 0.17
HSL 308.57º 0.99% 0.42% -
HSV(B) 308.57º 1% 0.83% -
XYZ 35.22 17.21 45.18 -
YUV 84.31 182.57 218.36 -
System Red Green Blue C M Y K H S L
Decimal 211 1 181 0 1.00 0.14 0.17 308.57 0.99 0.42
Hex D3 1 B5 0 64 E 11 135 63 2A
Octal 323 1 265 0 144 16 21 465 143 52
Binary 11010011 1 10110101 0 1100100 1110 10001 100110101 1100011 101010

Color Harmonies of #D301B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301B5

Black with #D301B5

Text Example


Text Example

White with #D301B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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