Html Css Color HEX #D31279 Medium Violet Red

📋 copy color: '#D31279'

red 211 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #D31279

Tints of Medium Violet Red #D31279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 60.29%
G = 5.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D31279 (or 0xD31279) is known color: Medium Violet Red. HEX triplet: D3, 12 and 79. RGB value is (211,18,121). Sum of RGB (Red+Green+Blue) = 211+18+121=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D31279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31279 is #2CED86. Grayscale: #575757. Windows color (decimal): -2944391 or 7934675. OLE color: 7934675.

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

Color convert

RGB 211 18 121 -
CMYK 0 0.91 0.43 0.17
HSL 327.98º 0.84% 0.45% -
HSV(B) 327.98º 0.91% 0.83% -
XYZ 30.53 15.66 19.5 -
YUV 87.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 211 18 121 0 0.91 0.43 0.17 327.98 0.84 0.45
Hex D3 12 79 0 5B 2B 11 148 54 2D
Octal 323 22 171 0 133 53 21 510 124 55
Binary 11010011 10010 1111001 0 1011011 101011 10001 101001000 1010100 101101

Color Harmonies of #D31279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31279

Black with #D31279

Text Example


Text Example

White with #D31279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31279; }

 p { color: rgb(211,18,121); }

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

background-color css

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

 a { background-color: rgb(211,18,121); }

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

border-color css

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

 span { border-color: rgb(211,18,121); }

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