Html Css Color HEX #D31BAC Medium Violet Red

📋 copy color: '#D31BAC'

red 211 ◦ green 27 ◦ blue 172

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

Shades of Medium Violet Red #D31BAC

Tints of Medium Violet Red #D31BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 51.46%
G = 6.59%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D31BAC (or 0xD31BAC) is known color: Medium Violet Red. HEX triplet: D3, 1B and AC. RGB value is (211,27,172). Sum of RGB (Red+Green+Blue) = 211+27+172=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31BAC is #2CE453. Grayscale: #626262. Windows color (decimal): -2942036 or 11279315. OLE color: 11279315.

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

Color convert

RGB 211 27 172 -
CMYK 0 0.87 0.18 0.17
HSL 312.72º 0.77% 0.47% -
HSV(B) 312.72º 0.87% 0.83% -
XYZ 34.7 17.61 40.6 -
YUV 98.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 211 27 172 0 0.87 0.18 0.17 312.72 0.77 0.47
Hex D3 1B AC 0 57 12 11 139 4D 2F
Octal 323 33 254 0 127 22 21 471 115 57
Binary 11010011 11011 10101100 0 1010111 10010 10001 100111001 1001101 101111

Color Harmonies of #D31BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BAC

Black with #D31BAC

Text Example


Text Example

White with #D31BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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