Html Css Color HEX #D61576 Medium Violet Red

📋 copy color: '#D61576'

red 214 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #D61576

Tints of Medium Violet Red #D61576

RGB

 RED value IS 214 (83.98% from 255) = 60.62%

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 60.62%
G = 5.95%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61576 (or 0xD61576) is known color: Medium Violet Red. HEX triplet: D6, 15 and 76. RGB value is (214,21,118). Sum of RGB (Red+Green+Blue) = 214+21+118=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D61576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61576 is #29EA89. Grayscale: #595959. Windows color (decimal): -2747018 or 7738838. OLE color: 7738838.

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

Color convert

RGB 214 21 118 -
CMYK 0 0.90 0.45 0.16
HSL 329.84º 0.82% 0.46% -
HSV(B) 329.84º 0.9% 0.84% -
XYZ 31.27 16.14 18.61 -
YUV 89.77 143.94 216.61 -
System Red Green Blue C M Y K H S L
Decimal 214 21 118 0 0.90 0.45 0.16 329.84 0.82 0.46
Hex D6 15 76 0 5A 2D 10 14A 52 2E
Octal 326 25 166 0 132 55 20 512 122 56
Binary 11010110 10101 1110110 0 1011010 101101 10000 101001010 1010010 101110

Color Harmonies of #D61576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61576

Black with #D61576

Text Example


Text Example

White with #D61576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61576; }

 p { color: rgb(214,21,118); }

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

background-color css

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

 a { background-color: rgb(214,21,118); }

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

border-color css

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

 span { border-color: rgb(214,21,118); }

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