Html Css Color HEX #D60179 Medium Violet Red

📋 copy color: '#D60179'

red 214 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #D60179

Tints of Medium Violet Red #D60179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 63.69%
G = 0.3%
B = 36.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60179 (or 0xD60179) is known color: Medium Violet Red. HEX triplet: D6, 01 and 79. RGB value is (214,1,121). Sum of RGB (Red+Green+Blue) = 214+1+121=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60179 is #29FE86. Grayscale: #4E4E4E. Windows color (decimal): -2752135 or 7930326. OLE color: 7930326.

HSL color Cylindrical-coordinate representation of color #D60179: hue angle of 326.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60179 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 121 -
CMYK 0 1.00 0.43 0.16
HSL 326.2º 0.99% 0.42% -
HSV(B) 326.2º 1% 0.84% -
XYZ 31.19 15.7 19.48 -
YUV 78.37 152.07 224.74 -
System Red Green Blue C M Y K H S L
Decimal 214 1 121 0 1.00 0.43 0.16 326.2 0.99 0.42
Hex D6 1 79 0 64 2B 10 146 63 2A
Octal 326 1 171 0 144 53 20 506 143 52
Binary 11010110 1 1111001 0 1100100 101011 10000 101000110 1100011 101010

Color Harmonies of #D60179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60179

Black with #D60179

Text Example


Text Example

White with #D60179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60179; }

 p { color: rgb(214,1,121); }

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

background-color css

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

 a { background-color: rgb(214,1,121); }

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

border-color css

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

 span { border-color: rgb(214,1,121); }

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