Html Css Color HEX #D61579 Medium Violet Red

📋 copy color: '#D61579'

red 214 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #D61579

Tints of Medium Violet Red #D61579

RGB

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

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

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

R = 60.11%
G = 5.9%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D61579 (or 0xD61579) is known color: Medium Violet Red. HEX triplet: D6, 15 and 79. RGB value is (214,21,121). Sum of RGB (Red+Green+Blue) = 214+21+121=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D61579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61579 is #29EA86. Grayscale: #595959. Windows color (decimal): -2747015 or 7935446. OLE color: 7935446.

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

Color convert

RGB 214 21 121 -
CMYK 0 0.90 0.43 0.16
HSL 328.91º 0.82% 0.46% -
HSV(B) 328.91º 0.9% 0.84% -
XYZ 31.45 16.21 19.56 -
YUV 90.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 214 21 121 0 0.90 0.43 0.16 328.91 0.82 0.46
Hex D6 15 79 0 5A 2B 10 149 52 2E
Octal 326 25 171 0 132 53 20 511 122 56
Binary 11010110 10101 1111001 0 1011010 101011 10000 101001001 1010010 101110

Color Harmonies of #D61579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61579

Black with #D61579

Text Example


Text Example

White with #D61579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61579; }

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

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

background-color css

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

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

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

border-color css

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

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

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