Html Css Color HEX #D61986 Medium Violet Red

📋 copy color: '#D61986'

red 214 ◦ green 25 ◦ blue 134

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

Shades of Medium Violet Red #D61986

Tints of Medium Violet Red #D61986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 57.37%
G = 6.7%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D61986 (or 0xD61986) is known color: Medium Violet Red. HEX triplet: D6, 19 and 86. RGB value is (214,25,134). Sum of RGB (Red+Green+Blue) = 214+25+134=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D61986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61986 is #29E679. Grayscale: #5D5D5D. Windows color (decimal): -2745978 or 8788438. OLE color: 8788438.

HSL color Cylindrical-coordinate representation of color #D61986: hue angle of 325.4º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61986 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 134 -
CMYK 0 0.88 0.37 0.16
HSL 325.4º 0.79% 0.47% -
HSV(B) 325.4º 0.88% 0.84% -
XYZ 32.38 16.71 24.07 -
YUV 93.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 214 25 134 0 0.88 0.37 0.16 325.4 0.79 0.47
Hex D6 19 86 0 58 25 10 145 4F 2F
Octal 326 31 206 0 130 45 20 505 117 57
Binary 11010110 11001 10000110 0 1011000 100101 10000 101000101 1001111 101111

Color Harmonies of #D61986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61986

Black with #D61986

Text Example


Text Example

White with #D61986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61986; }

 p { color: rgb(214,25,134); }

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

background-color css

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

 a { background-color: rgb(214,25,134); }

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

border-color css

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

 span { border-color: rgb(214,25,134); }

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