Html Css Color HEX #D61590 Medium Violet Red

📋 copy color: '#D61590'

red 214 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #D61590

Tints of Medium Violet Red #D61590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 56.46%
G = 5.54%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61590 (or 0xD61590) is known color: Medium Violet Red. HEX triplet: D6, 15 and 90. RGB value is (214,21,144). Sum of RGB (Red+Green+Blue) = 214+21+144=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D61590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61590 is #29EA6F. Grayscale: #5C5C5C. Windows color (decimal): -2746992 or 9442774. OLE color: 9442774.

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

Color convert

RGB 214 21 144 -
CMYK 0 0.90 0.33 0.16
HSL 321.76º 0.82% 0.46% -
HSV(B) 321.76º 0.9% 0.84% -
XYZ 33.03 16.85 27.9 -
YUV 92.73 156.94 214.5 -
System Red Green Blue C M Y K H S L
Decimal 214 21 144 0 0.90 0.33 0.16 321.76 0.82 0.46
Hex D6 15 90 0 5A 21 10 142 52 2E
Octal 326 25 220 0 132 41 20 502 122 56
Binary 11010110 10101 10010000 0 1011010 100001 10000 101000010 1010010 101110

Color Harmonies of #D61590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61590

Black with #D61590

Text Example


Text Example

White with #D61590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61590; }

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

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

background-color css

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

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

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

border-color css

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

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

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