Html Css Color HEX #D60E8C Medium Violet Red

📋 copy color: '#D60E8C'

red 214 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #D60E8C

Tints of Medium Violet Red #D60E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 58.15%
G = 3.8%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D60E8C (or 0xD60E8C) is known color: Medium Violet Red. HEX triplet: D6, 0E and 8C. RGB value is (214,14,140). Sum of RGB (Red+Green+Blue) = 214+14+140=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60E8C is #29F173. Grayscale: #575757. Windows color (decimal): -2748788 or 9178838. OLE color: 9178838.

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

Color convert

RGB 214 14 140 -
CMYK 0 0.93 0.35 0.16
HSL 322.2º 0.88% 0.45% -
HSV(B) 322.2º 0.93% 0.84% -
XYZ 32.62 16.5 26.28 -
YUV 88.16 157.26 217.75 -
System Red Green Blue C M Y K H S L
Decimal 214 14 140 0 0.93 0.35 0.16 322.2 0.88 0.45
Hex D6 E 8C 0 5D 23 10 142 58 2D
Octal 326 16 214 0 135 43 20 502 130 55
Binary 11010110 1110 10001100 0 1011101 100011 10000 101000010 1011000 101101

Color Harmonies of #D60E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E8C

Black with #D60E8C

Text Example


Text Example

White with #D60E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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