Html Css Color HEX #D31093 Medium Violet Red

📋 copy color: '#D31093'

red 211 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #D31093

Tints of Medium Violet Red #D31093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 56.42%
G = 4.28%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D31093 (or 0xD31093) is known color: Medium Violet Red. HEX triplet: D3, 10 and 93. RGB value is (211,16,147). Sum of RGB (Red+Green+Blue) = 211+16+147=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D31093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31093 is #2CEF6C. Grayscale: #585858. Windows color (decimal): -2944877 or 9638099. OLE color: 9638099.

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

Color convert

RGB 211 16 147 -
CMYK 0 0.92 0.30 0.17
HSL 319.69º 0.86% 0.45% -
HSV(B) 319.69º 0.92% 0.83% -
XYZ 32.32 16.33 29.05 -
YUV 89.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 211 16 147 0 0.92 0.30 0.17 319.69 0.86 0.45
Hex D3 10 93 0 5C 1E 11 140 56 2D
Octal 323 20 223 0 134 36 21 500 126 55
Binary 11010011 10000 10010011 0 1011100 11110 10001 101000000 1010110 101101

Color Harmonies of #D31093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31093

Black with #D31093

Text Example


Text Example

White with #D31093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31093; }

 p { color: rgb(211,16,147); }

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

background-color css

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

 a { background-color: rgb(211,16,147); }

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

border-color css

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

 span { border-color: rgb(211,16,147); }

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