Html Css Color HEX #D61087 Medium Violet Red

📋 copy color: '#D61087'

red 214 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #D61087

Tints of Medium Violet Red #D61087

RGB

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

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

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

R = 58.63%
G = 4.38%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D61087 (or 0xD61087) is known color: Medium Violet Red. HEX triplet: D6, 10 and 87. RGB value is (214,16,135). Sum of RGB (Red+Green+Blue) = 214+16+135=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61087 is #29EF78. Grayscale: #585858. Windows color (decimal): -2748281 or 8851670. OLE color: 8851670.

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

Color convert

RGB 214 16 135 -
CMYK 0 0.93 0.37 0.16
HSL 323.94º 0.86% 0.45% -
HSV(B) 323.94º 0.93% 0.84% -
XYZ 32.29 16.42 24.39 -
YUV 88.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 214 16 135 0 0.93 0.37 0.16 323.94 0.86 0.45
Hex D6 10 87 0 5D 25 10 144 56 2D
Octal 326 20 207 0 135 45 20 504 126 55
Binary 11010110 10000 10000111 0 1011101 100101 10000 101000100 1010110 101101

Color Harmonies of #D61087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61087

Black with #D61087

Text Example


Text Example

White with #D61087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61087; }

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

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

background-color css

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

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

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

border-color css

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

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

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