Html Css Color HEX #D60E98 Medium Violet Red

📋 copy color: '#D60E98'

red 214 ◦ green 14 ◦ blue 152

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

Shades of Medium Violet Red #D60E98

Tints of Medium Violet Red #D60E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40%

R = 56.32%
G = 3.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D60E98 (or 0xD60E98) is known color: Medium Violet Red. HEX triplet: D6, 0E and 98. RGB value is (214,14,152). Sum of RGB (Red+Green+Blue) = 214+14+152=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60E98 is #29F167. Grayscale: #595959. Windows color (decimal): -2748776 or 9965270. OLE color: 9965270.

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

Color convert

RGB 214 14 152 -
CMYK 0 0.93 0.29 0.16
HSL 318.6º 0.88% 0.45% -
HSV(B) 318.6º 0.93% 0.84% -
XYZ 33.56 16.88 31.19 -
YUV 89.53 163.26 216.78 -
System Red Green Blue C M Y K H S L
Decimal 214 14 152 0 0.93 0.29 0.16 318.6 0.88 0.45
Hex D6 E 98 0 5D 1D 10 13F 58 2D
Octal 326 16 230 0 135 35 20 477 130 55
Binary 11010110 1110 10011000 0 1011101 11101 10000 100111111 1011000 101101

Color Harmonies of #D60E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E98

Black with #D60E98

Text Example


Text Example

White with #D60E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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