Html Css Color HEX #D61589 Medium Violet Red

📋 copy color: '#D61589'

red 214 ◦ green 21 ◦ blue 137

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

Shades of Medium Violet Red #D61589

Tints of Medium Violet Red #D61589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 57.53%
G = 5.65%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61589 (or 0xD61589) is known color: Medium Violet Red. HEX triplet: D6, 15 and 89. RGB value is (214,21,137). Sum of RGB (Red+Green+Blue) = 214+21+137=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D61589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61589 is #29EA76. Grayscale: #5B5B5B. Windows color (decimal): -2746999 or 8984022. OLE color: 8984022.

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

Color convert

RGB 214 21 137 -
CMYK 0 0.90 0.36 0.16
HSL 323.94º 0.82% 0.46% -
HSV(B) 323.94º 0.9% 0.84% -
XYZ 32.52 16.64 25.16 -
YUV 91.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 214 21 137 0 0.90 0.36 0.16 323.94 0.82 0.46
Hex D6 15 89 0 5A 24 10 144 52 2E
Octal 326 25 211 0 132 44 20 504 122 56
Binary 11010110 10101 10001001 0 1011010 100100 10000 101000100 1010010 101110

Color Harmonies of #D61589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61589

Black with #D61589

Text Example


Text Example

White with #D61589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61589; }

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

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

background-color css

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

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

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

border-color css

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

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

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