Html Css Color HEX #D61185 Medium Violet Red

📋 copy color: '#D61185'

red 214 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D61185

Tints of Medium Violet Red #D61185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 58.79%
G = 4.67%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61185 (or 0xD61185) is known color: Medium Violet Red. HEX triplet: D6, 11 and 85. RGB value is (214,17,133). Sum of RGB (Red+Green+Blue) = 214+17+133=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D61185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61185 is #29EE7A. Grayscale: #585858. Windows color (decimal): -2748027 or 8720854. OLE color: 8720854.

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

Color convert

RGB 214 17 133 -
CMYK 0 0.92 0.38 0.16
HSL 324.67º 0.85% 0.45% -
HSV(B) 324.67º 0.92% 0.84% -
XYZ 32.17 16.39 23.66 -
YUV 89.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 214 17 133 0 0.92 0.38 0.16 324.67 0.85 0.45
Hex D6 11 85 0 5C 26 10 145 55 2D
Octal 326 21 205 0 134 46 20 505 125 55
Binary 11010110 10001 10000101 0 1011100 100110 10000 101000101 1010101 101101

Color Harmonies of #D61185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61185

Black with #D61185

Text Example


Text Example

White with #D61185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61185; }

 p { color: rgb(214,17,133); }

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

background-color css

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

 a { background-color: rgb(214,17,133); }

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

border-color css

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

 span { border-color: rgb(214,17,133); }

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