Html Css Color HEX #D51279 Medium Violet Red

📋 copy color: '#D51279'

red 213 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #D51279

Tints of Medium Violet Red #D51279

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

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

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

R = 60.51%
G = 5.11%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D51279 (or 0xD51279) is known color: Medium Violet Red. HEX triplet: D5, 12 and 79. RGB value is (213,18,121). Sum of RGB (Red+Green+Blue) = 213+18+121=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51279 is #2AED86. Grayscale: #575757. Windows color (decimal): -2813319 or 7934677. OLE color: 7934677.

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

Color convert

RGB 213 18 121 -
CMYK 0 0.92 0.43 0.16
HSL 328.31º 0.84% 0.45% -
HSV(B) 328.31º 0.92% 0.84% -
XYZ 31.11 15.96 19.53 -
YUV 88.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 213 18 121 0 0.92 0.43 0.16 328.31 0.84 0.45
Hex D5 12 79 0 5C 2B 10 148 54 2D
Octal 325 22 171 0 134 53 20 510 124 55
Binary 11010101 10010 1111001 0 1011100 101011 10000 101001000 1010100 101101

Color Harmonies of #D51279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51279

Black with #D51279

Text Example


Text Example

White with #D51279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51279; }

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

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

background-color css

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

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

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

border-color css

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

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

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