Html Css Color HEX #D51277 Medium Violet Red

📋 copy color: '#D51277'

red 213 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #D51277

Tints of Medium Violet Red #D51277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 60.86%
G = 5.14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D51277 (or 0xD51277) is known color: Medium Violet Red. HEX triplet: D5, 12 and 77. RGB value is (213,18,119). Sum of RGB (Red+Green+Blue) = 213+18+119=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D51277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51277 is #2AED88. Grayscale: #575757. Windows color (decimal): -2813321 or 7803605. OLE color: 7803605.

HSL color Cylindrical-coordinate representation of color #D51277: hue angle of 328.92º 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 #D51277 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 119 -
CMYK 0 0.92 0.44 0.16
HSL 328.92º 0.84% 0.45% -
HSV(B) 328.92º 0.92% 0.84% -
XYZ 30.99 15.91 18.89 -
YUV 87.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 213 18 119 0 0.92 0.44 0.16 328.92 0.84 0.45
Hex D5 12 77 0 5C 2C 10 149 54 2D
Octal 325 22 167 0 134 54 20 511 124 55
Binary 11010101 10010 1110111 0 1011100 101100 10000 101001001 1010100 101101

Color Harmonies of #D51277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51277

Black with #D51277

Text Example


Text Example

White with #D51277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51277; }

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

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

background-color css

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

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

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

border-color css

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

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

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