Html Css Color HEX #D61D89 Medium Violet Red

📋 copy color: '#D61D89'

red 214 ◦ green 29 ◦ blue 137

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

Shades of Medium Violet Red #D61D89

Tints of Medium Violet Red #D61D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

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

R = 56.32%
G = 7.63%
B = 36.05%

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

#D61D89 (or 0xD61D89) is known color: Medium Violet Red. HEX triplet: D6, 1D and 89. RGB value is (214,29,137). Sum of RGB (Red+Green+Blue) = 214+29+137=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D89 is #29E276. Grayscale: #606060. Windows color (decimal): -2744951 or 8986070. OLE color: 8986070.

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

Color convert

RGB 214 29 137 -
CMYK 0 0.86 0.36 0.16
HSL 324.97º 0.76% 0.48% -
HSV(B) 324.97º 0.86% 0.84% -
XYZ 32.69 16.98 25.22 -
YUV 96.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 214 29 137 0 0.86 0.36 0.16 324.97 0.76 0.48
Hex D6 1D 89 0 56 24 10 145 4C 30
Octal 326 35 211 0 126 44 20 505 114 60
Binary 11010110 11101 10001001 0 1010110 100100 10000 101000101 1001100 110000

Color Harmonies of #D61D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D89

Black with #D61D89

Text Example


Text Example

White with #D61D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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