Html Css Color HEX #D61687 Medium Violet Red

📋 copy color: '#D61687'

red 214 ◦ green 22 ◦ blue 135

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

Shades of Medium Violet Red #D61687

Tints of Medium Violet Red #D61687

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 57.68%
G = 5.93%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D61687 (or 0xD61687) is known color: Medium Violet Red. HEX triplet: D6, 16 and 87. RGB value is (214,22,135). Sum of RGB (Red+Green+Blue) = 214+22+135=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D61687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61687 is #29E978. Grayscale: #5C5C5C. Windows color (decimal): -2746745 or 8853206. OLE color: 8853206.

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

Color convert

RGB 214 22 135 -
CMYK 0 0.90 0.37 0.16
HSL 324.69º 0.81% 0.46% -
HSV(B) 324.69º 0.9% 0.84% -
XYZ 32.39 16.62 24.42 -
YUV 92.29 152.11 214.81 -
System Red Green Blue C M Y K H S L
Decimal 214 22 135 0 0.90 0.37 0.16 324.69 0.81 0.46
Hex D6 16 87 0 5A 25 10 145 51 2E
Octal 326 26 207 0 132 45 20 505 121 56
Binary 11010110 10110 10000111 0 1011010 100101 10000 101000101 1010001 101110

Color Harmonies of #D61687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61687

Black with #D61687

Text Example


Text Example

White with #D61687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61687; }

 p { color: rgb(214,22,135); }

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

background-color css

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

 a { background-color: rgb(214,22,135); }

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

border-color css

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

 span { border-color: rgb(214,22,135); }

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