Html Css Color HEX #D61E78 Medium Violet Red

📋 copy color: '#D61E78'

red 214 ◦ green 30 ◦ blue 120

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

Shades of Medium Violet Red #D61E78

Tints of Medium Violet Red #D61E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 58.79%
G = 8.24%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61E78 (or 0xD61E78) is known color: Medium Violet Red. HEX triplet: D6, 1E and 78. RGB value is (214,30,120). Sum of RGB (Red+Green+Blue) = 214+30+120=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E78 is #29E187. Grayscale: #5F5F5F. Windows color (decimal): -2744712 or 7872214. OLE color: 7872214.

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

Color convert

RGB 214 30 120 -
CMYK 0 0.86 0.44 0.16
HSL 330.65º 0.75% 0.48% -
HSV(B) 330.65º 0.86% 0.84% -
XYZ 31.59 16.58 19.3 -
YUV 95.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 214 30 120 0 0.86 0.44 0.16 330.65 0.75 0.48
Hex D6 1E 78 0 56 2C 10 14B 4B 30
Octal 326 36 170 0 126 54 20 513 113 60
Binary 11010110 11110 1111000 0 1010110 101100 10000 101001011 1001011 110000

Color Harmonies of #D61E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E78

Black with #D61E78

Text Example


Text Example

White with #D61E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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