Html Css Color HEX #D60874 Medium Violet Red

📋 copy color: '#D60874'

red 214 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #D60874

Tints of Medium Violet Red #D60874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 63.31%
G = 2.37%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D60874 (or 0xD60874) is known color: Medium Violet Red. HEX triplet: D6, 08 and 74. RGB value is (214,8,116). Sum of RGB (Red+Green+Blue) = 214+8+116=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D60874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60874 is #29F78B. Grayscale: #515151. Windows color (decimal): -2750348 or 7604438. OLE color: 7604438.

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

Color convert

RGB 214 8 116 -
CMYK 0 0.96 0.46 0.16
HSL 328.54º 0.93% 0.44% -
HSV(B) 328.54º 0.96% 0.84% -
XYZ 30.97 15.73 17.93 -
YUV 81.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 214 8 116 0 0.96 0.46 0.16 328.54 0.93 0.44
Hex D6 8 74 0 60 2E 10 149 5D 2C
Octal 326 10 164 0 140 56 20 511 135 54
Binary 11010110 1000 1110100 0 1100000 101110 10000 101001001 1011101 101100

Color Harmonies of #D60874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60874

Black with #D60874

Text Example


Text Example

White with #D60874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60874; }

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

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

background-color css

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

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

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

border-color css

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

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

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