Html Css Color HEX #D31699 Medium Violet Red

📋 copy color: '#D31699'

red 211 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #D31699

Tints of Medium Violet Red #D31699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.7%

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 54.66%
G = 5.7%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D31699 (or 0xD31699) is known color: Medium Violet Red. HEX triplet: D3, 16 and 99. RGB value is (211,22,153). Sum of RGB (Red+Green+Blue) = 211+22+153=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D31699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31699 is #2CE966. Grayscale: #5D5D5D. Windows color (decimal): -2943335 or 10032851. OLE color: 10032851.

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

Color convert

RGB 211 22 153 -
CMYK 0 0.90 0.27 0.17
HSL 318.41º 0.81% 0.46% -
HSV(B) 318.41º 0.9% 0.83% -
XYZ 32.9 16.72 31.63 -
YUV 93.45 161.62 211.85 -
System Red Green Blue C M Y K H S L
Decimal 211 22 153 0 0.90 0.27 0.17 318.41 0.81 0.46
Hex D3 16 99 0 5A 1B 11 13E 51 2E
Octal 323 26 231 0 132 33 21 476 121 56
Binary 11010011 10110 10011001 0 1011010 11011 10001 100111110 1010001 101110

Color Harmonies of #D31699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31699

Black with #D31699

Text Example


Text Example

White with #D31699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31699; }

 p { color: rgb(211,22,153); }

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

background-color css

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

 a { background-color: rgb(211,22,153); }

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

border-color css

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

 span { border-color: rgb(211,22,153); }

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