Html Css Color HEX #D61E89 Medium Violet Red

📋 copy color: '#D61E89'

red 214 ◦ green 30 ◦ blue 137

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

Shades of Medium Violet Red #D61E89

Tints of Medium Violet Red #D61E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

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

R = 56.17%
G = 7.87%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61E89 (or 0xD61E89) is known color: Medium Violet Red. HEX triplet: D6, 1E and 89. RGB value is (214,30,137). Sum of RGB (Red+Green+Blue) = 214+30+137=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E89 is #29E176. Grayscale: #606060. Windows color (decimal): -2744695 or 8986326. OLE color: 8986326.

HSL color Cylindrical-coordinate representation of color #D61E89: hue angle of 325.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E89 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 137 -
CMYK 0 0.86 0.36 0.16
HSL 325.11º 0.75% 0.48% -
HSV(B) 325.11º 0.86% 0.84% -
XYZ 32.71 17.03 25.23 -
YUV 97.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 214 30 137 0 0.86 0.36 0.16 325.11 0.75 0.48
Hex D6 1E 89 0 56 24 10 145 4B 30
Octal 326 36 211 0 126 44 20 505 113 60
Binary 11010110 11110 10001001 0 1010110 100100 10000 101000101 1001011 110000

Color Harmonies of #D61E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E89

Black with #D61E89

Text Example


Text Example

White with #D61E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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