Html Css Color HEX #D60E93 Medium Violet Red

📋 copy color: '#D60E93'

red 214 ◦ green 14 ◦ blue 147

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

Shades of Medium Violet Red #D60E93

Tints of Medium Violet Red #D60E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 57.07%
G = 3.73%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60E93 (or 0xD60E93) is known color: Medium Violet Red. HEX triplet: D6, 0E and 93. RGB value is (214,14,147). Sum of RGB (Red+Green+Blue) = 214+14+147=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60E93 is #29F16C. Grayscale: #585858. Windows color (decimal): -2748781 or 9637590. OLE color: 9637590.

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

Color convert

RGB 214 14 147 -
CMYK 0 0.93 0.31 0.16
HSL 320.1º 0.88% 0.45% -
HSV(B) 320.1º 0.93% 0.84% -
XYZ 33.16 16.72 29.08 -
YUV 88.96 160.76 217.19 -
System Red Green Blue C M Y K H S L
Decimal 214 14 147 0 0.93 0.31 0.16 320.1 0.88 0.45
Hex D6 E 93 0 5D 1F 10 140 58 2D
Octal 326 16 223 0 135 37 20 500 130 55
Binary 11010110 1110 10010011 0 1011101 11111 10000 101000000 1011000 101101

Color Harmonies of #D60E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E93

Black with #D60E93

Text Example


Text Example

White with #D60E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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