Html Css Color HEX #D61F8D Medium Violet Red

📋 copy color: '#D61F8D'

red 214 ◦ green 31 ◦ blue 141

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

Shades of Medium Violet Red #D61F8D

Tints of Medium Violet Red #D61F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 55.44%
G = 8.03%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D61F8D (or 0xD61F8D) is known color: Medium Violet Red. HEX triplet: D6, 1F and 8D. RGB value is (214,31,141). Sum of RGB (Red+Green+Blue) = 214+31+141=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61F8D is #29E072. Grayscale: #626262. Windows color (decimal): -2744435 or 9248726. OLE color: 9248726.

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

Color convert

RGB 214 31 141 -
CMYK 0 0.86 0.34 0.16
HSL 323.93º 0.75% 0.48% -
HSV(B) 323.93º 0.86% 0.84% -
XYZ 33.03 17.2 26.78 -
YUV 98.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 214 31 141 0 0.86 0.34 0.16 323.93 0.75 0.48
Hex D6 1F 8D 0 56 22 10 144 4B 30
Octal 326 37 215 0 126 42 20 504 113 60
Binary 11010110 11111 10001101 0 1010110 100010 10000 101000100 1001011 110000

Color Harmonies of #D61F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F8D

Black with #D61F8D

Text Example


Text Example

White with #D61F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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