Html Css Color HEX #D302B1 Deep Magenta

📋 copy color: '#D302B1'

red 211 ◦ green 2 ◦ blue 177

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

Shades of Deep Magenta #D302B1

Tints of Deep Magenta #D302B1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 177 (69.53% from 255) = 45.38%

R = 54.1%
G = 0.51%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D302B1 (or 0xD302B1) is known color: Deep Magenta. HEX triplet: D3, 02 and B1. RGB value is (211,2,177). Sum of RGB (Red+Green+Blue) = 211+2+177=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D302B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D302B1 is #2CFD4E. Grayscale: #535353. Windows color (decimal): -2948431 or 11600595. OLE color: 11600595.

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

Color convert

RGB 211 2 177 -
CMYK 0 0.99 0.16 0.17
HSL 309.76º 0.98% 0.42% -
HSV(B) 309.76º 0.99% 0.83% -
XYZ 34.82 17.07 43.05 -
YUV 84.44 180.24 218.27 -
System Red Green Blue C M Y K H S L
Decimal 211 2 177 0 0.99 0.16 0.17 309.76 0.98 0.42
Hex D3 2 B1 0 63 10 11 136 62 2A
Octal 323 2 261 0 143 20 21 466 142 52
Binary 11010011 10 10110001 0 1100011 10000 10001 100110110 1100010 101010

Color Harmonies of #D302B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302B1

Black with #D302B1

Text Example


Text Example

White with #D302B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302B1; }

 p { color: rgb(211,2,177); }

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

background-color css

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

 a { background-color: rgb(211,2,177); }

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

border-color css

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

 span { border-color: rgb(211,2,177); }

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