Html Css Color HEX #D31BA4 Medium Violet Red

📋 copy color: '#D31BA4'

red 211 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #D31BA4

Tints of Medium Violet Red #D31BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 52.49%
G = 6.72%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D31BA4 (or 0xD31BA4) is known color: Medium Violet Red. HEX triplet: D3, 1B and A4. RGB value is (211,27,164). Sum of RGB (Red+Green+Blue) = 211+27+164=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31BA4 is #2CE45B. Grayscale: #616161. Windows color (decimal): -2942044 or 10755027. OLE color: 10755027.

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

Color convert

RGB 211 27 164 -
CMYK 0 0.87 0.22 0.17
HSL 315.33º 0.77% 0.47% -
HSV(B) 315.33º 0.87% 0.83% -
XYZ 33.96 17.31 36.67 -
YUV 97.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 211 27 164 0 0.87 0.22 0.17 315.33 0.77 0.47
Hex D3 1B A4 0 57 16 11 13B 4D 2F
Octal 323 33 244 0 127 26 21 473 115 57
Binary 11010011 11011 10100100 0 1010111 10110 10001 100111011 1001101 101111

Color Harmonies of #D31BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BA4

Black with #D31BA4

Text Example


Text Example

White with #D31BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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