Html Css Color HEX #D6087C Medium Violet Red

📋 copy color: '#D6087C'

red 214 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #D6087C

Tints of Medium Violet Red #D6087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 61.85%
G = 2.31%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6087C (or 0xD6087C) is known color: Medium Violet Red. HEX triplet: D6, 08 and 7C. RGB value is (214,8,124). Sum of RGB (Red+Green+Blue) = 214+8+124=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6087C is #29F783. Grayscale: #525252. Windows color (decimal): -2750340 or 8128726. OLE color: 8128726.

HSL color Cylindrical-coordinate representation of color #D6087C: hue angle of 326.21º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6087C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 124 -
CMYK 0 0.96 0.42 0.16
HSL 326.21º 0.93% 0.44% -
HSV(B) 326.21º 0.96% 0.84% -
XYZ 31.46 15.93 20.48 -
YUV 82.82 151.25 221.57 -
System Red Green Blue C M Y K H S L
Decimal 214 8 124 0 0.96 0.42 0.16 326.21 0.93 0.44
Hex D6 8 7C 0 60 2A 10 146 5D 2C
Octal 326 10 174 0 140 52 20 506 135 54
Binary 11010110 1000 1111100 0 1100000 101010 10000 101000110 1011101 101100

Color Harmonies of #D6087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6087C

Black with #D6087C

Text Example


Text Example

White with #D6087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6087C; }

 p { color: rgb(214,8,124); }

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

background-color css

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

 a { background-color: rgb(214,8,124); }

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

border-color css

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

 span { border-color: rgb(214,8,124); }

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