Html Css Color HEX #D312B1 Deep Magenta

📋 copy color: '#D312B1'

red 211 ◦ green 18 ◦ blue 177

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

Shades of Deep Magenta #D312B1

Tints of Deep Magenta #D312B1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.43%

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

R = 51.97%
G = 4.43%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D312B1 (or 0xD312B1) is known color: Deep Magenta. HEX triplet: D3, 12 and B1. RGB value is (211,18,177). Sum of RGB (Red+Green+Blue) = 211+18+177=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D312B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D312B1 is #2CED4E. Grayscale: #5D5D5D. Windows color (decimal): -2944335 or 11604691. OLE color: 11604691.

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

Color convert

RGB 211 18 177 -
CMYK 0 0.91 0.16 0.17
HSL 310.57º 0.84% 0.45% -
HSV(B) 310.57º 0.91% 0.83% -
XYZ 35.02 17.46 43.12 -
YUV 93.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 211 18 177 0 0.91 0.16 0.17 310.57 0.84 0.45
Hex D3 12 B1 0 5B 10 11 137 54 2D
Octal 323 22 261 0 133 20 21 467 124 55
Binary 11010011 10010 10110001 0 1011011 10000 10001 100110111 1010100 101101

Color Harmonies of #D312B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312B1

Black with #D312B1

Text Example


Text Example

White with #D312B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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