Html Css Color HEX #D60E8D Medium Violet Red

📋 copy color: '#D60E8D'

red 214 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #D60E8D

Tints of Medium Violet Red #D60E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.79%

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

R = 57.99%
G = 3.79%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D60E8D (or 0xD60E8D) is known color: Medium Violet Red. HEX triplet: D6, 0E and 8D. RGB value is (214,14,141). Sum of RGB (Red+Green+Blue) = 214+14+141=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60E8D is #29F172. Grayscale: #575757. Windows color (decimal): -2748787 or 9244374. OLE color: 9244374.

HSL color Cylindrical-coordinate representation of color #D60E8D: hue angle of 321.9º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E8D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 14 141 -
CMYK 0 0.93 0.34 0.16
HSL 321.9º 0.88% 0.45% -
HSV(B) 321.9º 0.93% 0.84% -
XYZ 32.7 16.53 26.67 -
YUV 88.28 157.76 217.67 -
System Red Green Blue C M Y K H S L
Decimal 214 14 141 0 0.93 0.34 0.16 321.9 0.88 0.45
Hex D6 E 8D 0 5D 22 10 142 58 2D
Octal 326 16 215 0 135 42 20 502 130 55
Binary 11010110 1110 10001101 0 1011101 100010 10000 101000010 1011000 101101

Color Harmonies of #D60E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E8D

Black with #D60E8D

Text Example


Text Example

White with #D60E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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