Html Css Color HEX #D31594 Medium Violet Red

📋 copy color: '#D31594'

red 211 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #D31594

Tints of Medium Violet Red #D31594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 55.53%
G = 5.53%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D31594 (or 0xD31594) is known color: Medium Violet Red. HEX triplet: D3, 15 and 94. RGB value is (211,21,148). Sum of RGB (Red+Green+Blue) = 211+21+148=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D31594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31594 is #2CEA6B. Grayscale: #5B5B5B. Windows color (decimal): -2943596 or 9704915. OLE color: 9704915.

HSL color Cylindrical-coordinate representation of color #D31594: hue angle of 319.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31594 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 148 -
CMYK 0 0.90 0.30 0.17
HSL 319.89º 0.82% 0.45% -
HSV(B) 319.89º 0.9% 0.83% -
XYZ 32.48 16.52 29.49 -
YUV 92.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 211 21 148 0 0.90 0.30 0.17 319.89 0.82 0.45
Hex D3 15 94 0 5A 1E 11 140 52 2D
Octal 323 25 224 0 132 36 21 500 122 55
Binary 11010011 10101 10010100 0 1011010 11110 10001 101000000 1010010 101101

Color Harmonies of #D31594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31594

Black with #D31594

Text Example


Text Example

White with #D31594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31594; }

 p { color: rgb(211,21,148); }

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

background-color css

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

 a { background-color: rgb(211,21,148); }

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

border-color css

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

 span { border-color: rgb(211,21,148); }

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