Html Css Color HEX #D31EAD Medium Violet Red

📋 copy color: '#D31EAD'

red 211 ◦ green 30 ◦ blue 173

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

Shades of Medium Violet Red #D31EAD

Tints of Medium Violet Red #D31EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 50.97%
G = 7.25%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D31EAD (or 0xD31EAD) is known color: Medium Violet Red. HEX triplet: D3, 1E and AD. RGB value is (211,30,173). Sum of RGB (Red+Green+Blue) = 211+30+173=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31EAD is #2CE152. Grayscale: #646464. Windows color (decimal): -2941267 or 11345619. OLE color: 11345619.

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

Color convert

RGB 211 30 173 -
CMYK 0 0.86 0.18 0.17
HSL 312.6º 0.75% 0.47% -
HSV(B) 312.6º 0.86% 0.83% -
XYZ 34.87 17.79 41.13 -
YUV 100.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 211 30 173 0 0.86 0.18 0.17 312.6 0.75 0.47
Hex D3 1E AD 0 56 12 11 139 4B 2F
Octal 323 36 255 0 126 22 21 471 113 57
Binary 11010011 11110 10101101 0 1010110 10010 10001 100111001 1001011 101111

Color Harmonies of #D31EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31EAD

Black with #D31EAD

Text Example


Text Example

White with #D31EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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