Html Css Color HEX #D60D77 Medium Violet Red

📋 copy color: '#D60D77'

red 214 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #D60D77

Tints of Medium Violet Red #D60D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.76%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 61.85%
G = 3.76%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D60D77 (or 0xD60D77) is known color: Medium Violet Red. HEX triplet: D6, 0D and 77. RGB value is (214,13,119). Sum of RGB (Red+Green+Blue) = 214+13+119=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D77 is #29F288. Grayscale: #545454. Windows color (decimal): -2749065 or 7802326. OLE color: 7802326.

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

Color convert

RGB 214 13 119 -
CMYK 0 0.94 0.44 0.16
HSL 328.36º 0.89% 0.45% -
HSV(B) 328.36º 0.94% 0.84% -
XYZ 31.21 15.92 18.88 -
YUV 85.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 214 13 119 0 0.94 0.44 0.16 328.36 0.89 0.45
Hex D6 D 77 0 5E 2C 10 148 59 2D
Octal 326 15 167 0 136 54 20 510 131 55
Binary 11010110 1101 1110111 0 1011110 101100 10000 101001000 1011001 101101

Color Harmonies of #D60D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D77

Black with #D60D77

Text Example


Text Example

White with #D60D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D77; }

 p { color: rgb(214,13,119); }

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

background-color css

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

 a { background-color: rgb(214,13,119); }

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

border-color css

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

 span { border-color: rgb(214,13,119); }

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