Html Css Color HEX #D61785 Medium Violet Red

📋 copy color: '#D61785'

red 214 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #D61785

Tints of Medium Violet Red #D61785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.22%

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

R = 57.84%
G = 6.22%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61785 (or 0xD61785) is known color: Medium Violet Red. HEX triplet: D6, 17 and 85. RGB value is (214,23,133). Sum of RGB (Red+Green+Blue) = 214+23+133=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D61785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61785 is #29E87A. Grayscale: #5C5C5C. Windows color (decimal): -2746491 or 8722390. OLE color: 8722390.

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

Color convert

RGB 214 23 133 -
CMYK 0 0.89 0.38 0.16
HSL 325.45º 0.81% 0.46% -
HSV(B) 325.45º 0.89% 0.84% -
XYZ 32.27 16.6 23.69 -
YUV 92.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 214 23 133 0 0.89 0.38 0.16 325.45 0.81 0.46
Hex D6 17 85 0 59 26 10 145 51 2E
Octal 326 27 205 0 131 46 20 505 121 56
Binary 11010110 10111 10000101 0 1011001 100110 10000 101000101 1010001 101110

Color Harmonies of #D61785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61785

Black with #D61785

Text Example


Text Example

White with #D61785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61785; }

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

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

background-color css

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

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

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

border-color css

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

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

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