Html Css Color HEX #D31DA8 Medium Violet Red

📋 copy color: '#D31DA8'

red 211 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #D31DA8

Tints of Medium Violet Red #D31DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 51.72%
G = 7.11%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D31DA8 (or 0xD31DA8) is known color: Medium Violet Red. HEX triplet: D3, 1D and A8. RGB value is (211,29,168). Sum of RGB (Red+Green+Blue) = 211+29+168=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31DA8 is #2CE257. Grayscale: #626262. Windows color (decimal): -2941528 or 11017683. OLE color: 11017683.

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

Color convert

RGB 211 29 168 -
CMYK 0 0.86 0.20 0.17
HSL 314.18º 0.76% 0.47% -
HSV(B) 314.18º 0.86% 0.83% -
XYZ 34.37 17.55 38.62 -
YUV 99.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 211 29 168 0 0.86 0.20 0.17 314.18 0.76 0.47
Hex D3 1D A8 0 56 14 11 13A 4C 2F
Octal 323 35 250 0 126 24 21 472 114 57
Binary 11010011 11101 10101000 0 1010110 10100 10001 100111010 1001100 101111

Color Harmonies of #D31DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DA8

Black with #D31DA8

Text Example


Text Example

White with #D31DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DA8; }

 p { color: rgb(211,29,168); }

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

background-color css

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

 a { background-color: rgb(211,29,168); }

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

border-color css

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

 span { border-color: rgb(211,29,168); }

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