Html Css Color HEX #D31BB2 Deep Magenta

📋 copy color: '#D31BB2'

red 211 ◦ green 27 ◦ blue 178

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

Shades of Deep Magenta #D31BB2

Tints of Deep Magenta #D31BB2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.49%

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 50.72%
G = 6.49%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D31BB2 (or 0xD31BB2) is known color: Deep Magenta. HEX triplet: D3, 1B and B2. RGB value is (211,27,178). Sum of RGB (Red+Green+Blue) = 211+27+178=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31BB2 is #2CE44D. Grayscale: #626262. Windows color (decimal): -2942030 or 11672531. OLE color: 11672531.

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

Color convert

RGB 211 27 178 -
CMYK 0 0.87 0.16 0.17
HSL 310.76º 0.77% 0.47% -
HSV(B) 310.76º 0.87% 0.83% -
XYZ 35.29 17.85 43.7 -
YUV 99.23 172.46 207.72 -
System Red Green Blue C M Y K H S L
Decimal 211 27 178 0 0.87 0.16 0.17 310.76 0.77 0.47
Hex D3 1B B2 0 57 10 11 137 4D 2F
Octal 323 33 262 0 127 20 21 467 115 57
Binary 11010011 11011 10110010 0 1010111 10000 10001 100110111 1001101 101111

Color Harmonies of #D31BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BB2

Black with #D31BB2

Text Example


Text Example

White with #D31BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BB2; }

 p { color: rgb(211,27,178); }

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

background-color css

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

 a { background-color: rgb(211,27,178); }

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

border-color css

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

 span { border-color: rgb(211,27,178); }

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