Html Css Color HEX #D61F89 Medium Violet Red

📋 copy color: '#D61F89'

red 214 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #D61F89

Tints of Medium Violet Red #D61F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

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

R = 56.02%
G = 8.12%
B = 35.86%

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

#D61F89 (or 0xD61F89) is known color: Medium Violet Red. HEX triplet: D6, 1F and 89. RGB value is (214,31,137). Sum of RGB (Red+Green+Blue) = 214+31+137=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61F89 is #29E076. Grayscale: #616161. Windows color (decimal): -2744439 or 8986582. OLE color: 8986582.

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

Color convert

RGB 214 31 137 -
CMYK 0 0.86 0.36 0.16
HSL 325.25º 0.75% 0.48% -
HSV(B) 325.25º 0.86% 0.84% -
XYZ 32.74 17.08 25.24 -
YUV 97.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 214 31 137 0 0.86 0.36 0.16 325.25 0.75 0.48
Hex D6 1F 89 0 56 24 10 145 4B 30
Octal 326 37 211 0 126 44 20 505 113 60
Binary 11010110 11111 10001001 0 1010110 100100 10000 101000101 1001011 110000

Color Harmonies of #D61F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F89

Black with #D61F89

Text Example


Text Example

White with #D61F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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