Html Css Color HEX #D60E88 Medium Violet Red

📋 copy color: '#D60E88'

red 214 ◦ green 14 ◦ blue 136

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

Shades of Medium Violet Red #D60E88

Tints of Medium Violet Red #D60E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 58.79%
G = 3.85%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D60E88 (or 0xD60E88) is known color: Medium Violet Red. HEX triplet: D6, 0E and 88. RGB value is (214,14,136). Sum of RGB (Red+Green+Blue) = 214+14+136=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60E88 is #29F177. Grayscale: #575757. Windows color (decimal): -2748792 or 8916694. OLE color: 8916694.

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

Color convert

RGB 214 14 136 -
CMYK 0 0.93 0.36 0.16
HSL 323.4º 0.88% 0.45% -
HSV(B) 323.4º 0.93% 0.84% -
XYZ 32.33 16.39 24.75 -
YUV 87.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 214 14 136 0 0.93 0.36 0.16 323.4 0.88 0.45
Hex D6 E 88 0 5D 24 10 143 58 2D
Octal 326 16 210 0 135 44 20 503 130 55
Binary 11010110 1110 10001000 0 1011101 100100 10000 101000011 1011000 101101

Color Harmonies of #D60E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E88

Black with #D60E88

Text Example


Text Example

White with #D60E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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