Html Css Color HEX #D60374 Medium Violet Red

📋 copy color: '#D60374'

red 214 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #D60374

Tints of Medium Violet Red #D60374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 64.26%
G = 0.9%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D60374 (or 0xD60374) is known color: Medium Violet Red. HEX triplet: D6, 03 and 74. RGB value is (214,3,116). Sum of RGB (Red+Green+Blue) = 214+3+116=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D60374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60374 is #29FC8B. Grayscale: #4E4E4E. Windows color (decimal): -2751628 or 7603158. OLE color: 7603158.

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

Color convert

RGB 214 3 116 -
CMYK 0 0.99 0.46 0.16
HSL 327.87º 0.97% 0.43% -
HSV(B) 327.87º 0.99% 0.84% -
XYZ 30.92 15.62 17.91 -
YUV 78.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 214 3 116 0 0.99 0.46 0.16 327.87 0.97 0.43
Hex D6 3 74 0 63 2E 10 148 61 2B
Octal 326 3 164 0 143 56 20 510 141 53
Binary 11010110 11 1110100 0 1100011 101110 10000 101001000 1100001 101011

Color Harmonies of #D60374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60374

Black with #D60374

Text Example


Text Example

White with #D60374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60374; }

 p { color: rgb(214,3,116); }

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

background-color css

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

 a { background-color: rgb(214,3,116); }

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

border-color css

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

 span { border-color: rgb(214,3,116); }

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