Html Css Color HEX #D61584 Medium Violet Red

📋 copy color: '#D61584'

red 214 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #D61584

Tints of Medium Violet Red #D61584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 58.31%
G = 5.72%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61584 (or 0xD61584) is known color: Medium Violet Red. HEX triplet: D6, 15 and 84. RGB value is (214,21,132). Sum of RGB (Red+Green+Blue) = 214+21+132=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D61584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61584 is #29EA7B. Grayscale: #5B5B5B. Windows color (decimal): -2747004 or 8656342. OLE color: 8656342.

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

Color convert

RGB 214 21 132 -
CMYK 0 0.90 0.38 0.16
HSL 325.49º 0.82% 0.46% -
HSV(B) 325.49º 0.9% 0.84% -
XYZ 32.16 16.5 23.32 -
YUV 91.36 150.94 215.47 -
System Red Green Blue C M Y K H S L
Decimal 214 21 132 0 0.90 0.38 0.16 325.49 0.82 0.46
Hex D6 15 84 0 5A 26 10 145 52 2E
Octal 326 25 204 0 132 46 20 505 122 56
Binary 11010110 10101 10000100 0 1011010 100110 10000 101000101 1010010 101110

Color Harmonies of #D61584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61584

Black with #D61584

Text Example


Text Example

White with #D61584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61584; }

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

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

background-color css

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

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

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

border-color css

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

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

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