Html Css Color HEX #D31A9B Medium Violet Red

📋 copy color: '#D31A9B'

red 211 ◦ green 26 ◦ blue 155

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

Shades of Medium Violet Red #D31A9B

Tints of Medium Violet Red #D31A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.63%

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 53.83%
G = 6.63%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D31A9B (or 0xD31A9B) is known color: Medium Violet Red. HEX triplet: D3, 1A and 9B. RGB value is (211,26,155). Sum of RGB (Red+Green+Blue) = 211+26+155=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31A9B is #2CE564. Grayscale: #5F5F5F. Windows color (decimal): -2942309 or 10164947. OLE color: 10164947.

HSL color Cylindrical-coordinate representation of color #D31A9B: hue angle of 318.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A9B is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 155 -
CMYK 0 0.88 0.27 0.17
HSL 318.16º 0.78% 0.46% -
HSV(B) 318.16º 0.88% 0.83% -
XYZ 33.15 16.95 32.54 -
YUV 96.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 211 26 155 0 0.88 0.27 0.17 318.16 0.78 0.46
Hex D3 1A 9B 0 58 1B 11 13E 4E 2E
Octal 323 32 233 0 130 33 21 476 116 56
Binary 11010011 11010 10011011 0 1011000 11011 10001 100111110 1001110 101110

Color Harmonies of #D31A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A9B

Black with #D31A9B

Text Example


Text Example

White with #D31A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A9B; }

 p { color: rgb(211,26,155); }

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

background-color css

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

 a { background-color: rgb(211,26,155); }

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

border-color css

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

 span { border-color: rgb(211,26,155); }

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