Html Css Color HEX #D61E7D Medium Violet Red

📋 copy color: '#D61E7D'

red 214 ◦ green 30 ◦ blue 125

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

Shades of Medium Violet Red #D61E7D

Tints of Medium Violet Red #D61E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 57.99%
G = 8.13%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D61E7D (or 0xD61E7D) is known color: Medium Violet Red. HEX triplet: D6, 1E and 7D. RGB value is (214,30,125). Sum of RGB (Red+Green+Blue) = 214+30+125=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E7D is #29E182. Grayscale: #5F5F5F. Windows color (decimal): -2744707 or 8199894. OLE color: 8199894.

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

Color convert

RGB 214 30 125 -
CMYK 0 0.86 0.42 0.16
HSL 329.02º 0.75% 0.48% -
HSV(B) 329.02º 0.86% 0.84% -
XYZ 31.9 16.71 20.95 -
YUV 95.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 214 30 125 0 0.86 0.42 0.16 329.02 0.75 0.48
Hex D6 1E 7D 0 56 2A 10 149 4B 30
Octal 326 36 175 0 126 52 20 511 113 60
Binary 11010110 11110 1111101 0 1010110 101010 10000 101001001 1001011 110000

Color Harmonies of #D61E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E7D

Black with #D61E7D

Text Example


Text Example

White with #D61E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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