Html Css Color HEX #D31EA8 Medium Violet Red

📋 copy color: '#D31EA8'

red 211 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #D31EA8

Tints of Medium Violet Red #D31EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.33%

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

R = 51.59%
G = 7.33%
B = 41.08%

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

#D31EA8 (or 0xD31EA8) is known color: Medium Violet Red. HEX triplet: D3, 1E and A8. RGB value is (211,30,168). Sum of RGB (Red+Green+Blue) = 211+30+168=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31EA8 is #2CE157. Grayscale: #636363. Windows color (decimal): -2941272 or 11017939. OLE color: 11017939.

HSL color Cylindrical-coordinate representation of color #D31EA8: hue angle of 314.25º degrees, saturation: 0.75, 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 #D31EA8 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 30 168 -
CMYK 0 0.86 0.20 0.17
HSL 314.25º 0.75% 0.47% -
HSV(B) 314.25º 0.86% 0.83% -
XYZ 34.4 17.6 38.63 -
YUV 99.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 211 30 168 0 0.86 0.20 0.17 314.25 0.75 0.47
Hex D3 1E A8 0 56 14 11 13A 4B 2F
Octal 323 36 250 0 126 24 21 472 113 57
Binary 11010011 11110 10101000 0 1010110 10100 10001 100111010 1001011 101111

Color Harmonies of #D31EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EA8

Black with #D31EA8

Text Example


Text Example

White with #D31EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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