Html Css Color HEX #D61E8D Medium Violet Red

📋 copy color: '#D61E8D'

red 214 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #D61E8D

Tints of Medium Violet Red #D61E8D

RGB

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

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

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

R = 55.58%
G = 7.79%
B = 36.62%

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

#D61E8D (or 0xD61E8D) is known color: Medium Violet Red. HEX triplet: D6, 1E and 8D. RGB value is (214,30,141). Sum of RGB (Red+Green+Blue) = 214+30+141=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E8D is #29E172. Grayscale: #616161. Windows color (decimal): -2744691 or 9248470. OLE color: 9248470.

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

Color convert

RGB 214 30 141 -
CMYK 0 0.86 0.34 0.16
HSL 323.8º 0.75% 0.48% -
HSV(B) 323.8º 0.86% 0.84% -
XYZ 33 17.15 26.77 -
YUV 97.67 152.46 210.97 -
System Red Green Blue C M Y K H S L
Decimal 214 30 141 0 0.86 0.34 0.16 323.8 0.75 0.48
Hex D6 1E 8D 0 56 22 10 144 4B 30
Octal 326 36 215 0 126 42 20 504 113 60
Binary 11010110 11110 10001101 0 1010110 100010 10000 101000100 1001011 110000

Color Harmonies of #D61E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E8D

Black with #D61E8D

Text Example


Text Example

White with #D61E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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