Html Css Color HEX #D60A80 Medium Violet Red

📋 copy color: '#D60A80'

red 214 ◦ green 10 ◦ blue 128

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

Shades of Medium Violet Red #D60A80

Tints of Medium Violet Red #D60A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 60.8%
G = 2.84%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60A80 (or 0xD60A80) is known color: Medium Violet Red. HEX triplet: D6, 0A and 80. RGB value is (214,10,128). Sum of RGB (Red+Green+Blue) = 214+10+128=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A80 is #29F57F. Grayscale: #545454. Windows color (decimal): -2749824 or 8391382. OLE color: 8391382.

HSL color Cylindrical-coordinate representation of color #D60A80: hue angle of 325.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A80 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 10 128 -
CMYK 0 0.95 0.40 0.16
HSL 325.29º 0.91% 0.44% -
HSV(B) 325.29º 0.95% 0.84% -
XYZ 31.74 16.07 21.85 -
YUV 84.45 152.59 220.41 -
System Red Green Blue C M Y K H S L
Decimal 214 10 128 0 0.95 0.40 0.16 325.29 0.91 0.44
Hex D6 A 80 0 5F 28 10 145 5B 2C
Octal 326 12 200 0 137 50 20 505 133 54
Binary 11010110 1010 10000000 0 1011111 101000 10000 101000101 1011011 101100

Color Harmonies of #D60A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A80

Black with #D60A80

Text Example


Text Example

White with #D60A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A80; }

 p { color: rgb(214,10,128); }

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

background-color css

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

 a { background-color: rgb(214,10,128); }

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

border-color css

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

 span { border-color: rgb(214,10,128); }

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