Html Css Color HEX #D60E7A Medium Violet Red

📋 copy color: '#D60E7A'

red 214 ◦ green 14 ◦ blue 122

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

Shades of Medium Violet Red #D60E7A

Tints of Medium Violet Red #D60E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 61.14%
G = 4%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60E7A (or 0xD60E7A) is known color: Medium Violet Red. HEX triplet: D6, 0E and 7A. RGB value is (214,14,122). Sum of RGB (Red+Green+Blue) = 214+14+122=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E7A is #29F185. Grayscale: #555555. Windows color (decimal): -2748806 or 7999190. OLE color: 7999190.

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

Color convert

RGB 214 14 122 -
CMYK 0 0.93 0.43 0.16
HSL 327.6º 0.88% 0.45% -
HSV(B) 327.6º 0.93% 0.84% -
XYZ 31.4 16.02 19.85 -
YUV 86.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 214 14 122 0 0.93 0.43 0.16 327.6 0.88 0.45
Hex D6 E 7A 0 5D 2B 10 148 58 2D
Octal 326 16 172 0 135 53 20 510 130 55
Binary 11010110 1110 1111010 0 1011101 101011 10000 101001000 1011000 101101

Color Harmonies of #D60E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E7A

Black with #D60E7A

Text Example


Text Example

White with #D60E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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