Html Css Color HEX #D61074 Medium Violet Red

📋 copy color: '#D61074'

red 214 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #D61074

Tints of Medium Violet Red #D61074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 61.85%
G = 4.62%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D61074 (or 0xD61074) is known color: Medium Violet Red. HEX triplet: D6, 10 and 74. RGB value is (214,16,116). Sum of RGB (Red+Green+Blue) = 214+16+116=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D61074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61074 is #29EF8B. Grayscale: #565656. Windows color (decimal): -2748300 or 7606486. OLE color: 7606486.

HSL color Cylindrical-coordinate representation of color #D61074: hue angle of 329.7º degrees, saturation: 0.86, 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 #D61074 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 116 -
CMYK 0 0.93 0.46 0.16
HSL 329.7º 0.86% 0.45% -
HSV(B) 329.7º 0.93% 0.84% -
XYZ 31.07 15.93 17.96 -
YUV 86.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 214 16 116 0 0.93 0.46 0.16 329.7 0.86 0.45
Hex D6 10 74 0 5D 2E 10 14A 56 2D
Octal 326 20 164 0 135 56 20 512 126 55
Binary 11010110 10000 1110100 0 1011101 101110 10000 101001010 1010110 101101

Color Harmonies of #D61074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61074

Black with #D61074

Text Example


Text Example

White with #D61074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61074; }

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

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

background-color css

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

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

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

border-color css

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

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

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