Html Css Color HEX #D70A87 Medium Violet Red

📋 copy color: '#D70A87'

red 215 ◦ green 10 ◦ blue 135

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

Shades of Medium Violet Red #D70A87

Tints of Medium Violet Red #D70A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

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

R = 59.72%
G = 2.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D70A87 (or 0xD70A87) is known color: Medium Violet Red. HEX triplet: D7, 0A and 87. RGB value is (215,10,135). Sum of RGB (Red+Green+Blue) = 215+10+135=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A87 is #28F578. Grayscale: #555555. Windows color (decimal): -2684281 or 8850135. OLE color: 8850135.

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

Color convert

RGB 215 10 135 -
CMYK 0 0.95 0.37 0.16
HSL 323.41º 0.91% 0.44% -
HSV(B) 323.41º 0.95% 0.84% -
XYZ 32.51 16.41 24.38 -
YUV 85.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 215 10 135 0 0.95 0.37 0.16 323.41 0.91 0.44
Hex D7 A 87 0 5F 25 10 143 5B 2C
Octal 327 12 207 0 137 45 20 503 133 54
Binary 11010111 1010 10000111 0 1011111 100101 10000 101000011 1011011 101100

Color Harmonies of #D70A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A87

Black with #D70A87

Text Example


Text Example

White with #D70A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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