Html Css Color HEX #D70F87 Medium Violet Red

📋 copy color: '#D70F87'

red 215 ◦ green 15 ◦ blue 135

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

Shades of Medium Violet Red #D70F87

Tints of Medium Violet Red #D70F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

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

R = 58.9%
G = 4.11%
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

#D70F87 (or 0xD70F87) is known color: Medium Violet Red. HEX triplet: D7, 0F and 87. RGB value is (215,15,135). Sum of RGB (Red+Green+Blue) = 215+15+135=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F87 is #28F078. Grayscale: #585858. Windows color (decimal): -2683001 or 8851415. OLE color: 8851415.

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

Color convert

RGB 215 15 135 -
CMYK 0 0.93 0.37 0.16
HSL 324º 0.87% 0.45% -
HSV(B) 324º 0.93% 0.84% -
XYZ 32.57 16.54 24.4 -
YUV 88.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 215 15 135 0 0.93 0.37 0.16 324 0.87 0.45
Hex D7 F 87 0 5D 25 10 144 57 2D
Octal 327 17 207 0 135 45 20 504 127 55
Binary 11010111 1111 10000111 0 1011101 100101 10000 101000100 1010111 101101

Color Harmonies of #D70F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F87

Black with #D70F87

Text Example


Text Example

White with #D70F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F87; }

 p { color: rgb(215,15,135); }

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

background-color css

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

 a { background-color: rgb(215,15,135); }

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

border-color css

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

 span { border-color: rgb(215,15,135); }

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