Html Css Color HEX #D61591 Medium Violet Red

📋 copy color: '#D61591'

red 214 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D61591

Tints of Medium Violet Red #D61591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 56.32%
G = 5.53%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61591 (or 0xD61591) is known color: Medium Violet Red. HEX triplet: D6, 15 and 91. RGB value is (214,21,145). Sum of RGB (Red+Green+Blue) = 214+21+145=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61591 is #29EA6E. Grayscale: #5C5C5C. Windows color (decimal): -2746991 or 9508310. OLE color: 9508310.

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

Color convert

RGB 214 21 145 -
CMYK 0 0.90 0.32 0.16
HSL 321.45º 0.82% 0.46% -
HSV(B) 321.45º 0.9% 0.84% -
XYZ 33.11 16.88 28.3 -
YUV 92.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 214 21 145 0 0.90 0.32 0.16 321.45 0.82 0.46
Hex D6 15 91 0 5A 20 10 141 52 2E
Octal 326 25 221 0 132 40 20 501 122 56
Binary 11010110 10101 10010001 0 1011010 100000 10000 101000001 1010010 101110

Color Harmonies of #D61591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61591

Black with #D61591

Text Example


Text Example

White with #D61591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61591; }

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

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

background-color css

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

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

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

border-color css

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

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

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