Html Css Color HEX #D70686 Medium Violet Red

📋 copy color: '#D70686'

red 215 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #D70686

Tints of Medium Violet Red #D70686

RGB

 RED value IS 215 (84.38% from 255) = 60.56%

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 60.56%
G = 1.69%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D70686 (or 0xD70686) is known color: Medium Violet Red. HEX triplet: D7, 06 and 86. RGB value is (215,6,134). Sum of RGB (Red+Green+Blue) = 215+6+134=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D70686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70686 is #28F979. Grayscale: #525252. Windows color (decimal): -2685306 or 8783575. OLE color: 8783575.

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

Color convert

RGB 215 6 134 -
CMYK 0 0.97 0.38 0.16
HSL 323.25º 0.95% 0.43% -
HSV(B) 323.25º 0.97% 0.84% -
XYZ 32.39 16.3 23.99 -
YUV 83.08 156.74 222.09 -
System Red Green Blue C M Y K H S L
Decimal 215 6 134 0 0.97 0.38 0.16 323.25 0.95 0.43
Hex D7 6 86 0 61 26 10 143 5F 2B
Octal 327 6 206 0 141 46 20 503 137 53
Binary 11010111 110 10000110 0 1100001 100110 10000 101000011 1011111 101011

Color Harmonies of #D70686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70686

Black with #D70686

Text Example


Text Example

White with #D70686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70686; }

 p { color: rgb(215,6,134); }

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

background-color css

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

 a { background-color: rgb(215,6,134); }

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

border-color css

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

 span { border-color: rgb(215,6,134); }

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