Html Css Color HEX #D60E81 Medium Violet Red

📋 copy color: '#D60E81'

red 214 ◦ green 14 ◦ blue 129

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

Shades of Medium Violet Red #D60E81

Tints of Medium Violet Red #D60E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 59.94%
G = 3.92%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60E81 (or 0xD60E81) is known color: Medium Violet Red. HEX triplet: D6, 0E and 81. RGB value is (214,14,129). Sum of RGB (Red+Green+Blue) = 214+14+129=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60E81 is #29F17E. Grayscale: #565656. Windows color (decimal): -2748799 or 8457942. OLE color: 8457942.

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

Color convert

RGB 214 14 129 -
CMYK 0 0.93 0.40 0.16
HSL 325.5º 0.88% 0.45% -
HSV(B) 325.5º 0.93% 0.84% -
XYZ 31.85 16.2 22.22 -
YUV 86.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 214 14 129 0 0.93 0.40 0.16 325.5 0.88 0.45
Hex D6 E 81 0 5D 28 10 146 58 2D
Octal 326 16 201 0 135 50 20 506 130 55
Binary 11010110 1110 10000001 0 1011101 101000 10000 101000110 1011000 101101

Color Harmonies of #D60E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E81

Black with #D60E81

Text Example


Text Example

White with #D60E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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