Html Css Color HEX #D70E8F Medium Violet Red

📋 copy color: '#D70E8F'

red 215 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #D70E8F

Tints of Medium Violet Red #D70E8F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.76%

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 57.8%
G = 3.76%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70E8F (or 0xD70E8F) is known color: Medium Violet Red. HEX triplet: D7, 0E and 8F. RGB value is (215,14,143). Sum of RGB (Red+Green+Blue) = 215+14+143=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E8F is #28F170. Grayscale: #585858. Windows color (decimal): -2683249 or 9375447. OLE color: 9375447.

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

Color convert

RGB 215 14 143 -
CMYK 0 0.93 0.33 0.16
HSL 321.49º 0.88% 0.45% -
HSV(B) 321.49º 0.93% 0.84% -
XYZ 33.14 16.74 27.47 -
YUV 88.81 158.59 218.01 -
System Red Green Blue C M Y K H S L
Decimal 215 14 143 0 0.93 0.33 0.16 321.49 0.88 0.45
Hex D7 E 8F 0 5D 21 10 141 58 2D
Octal 327 16 217 0 135 41 20 501 130 55
Binary 11010111 1110 10001111 0 1011101 100001 10000 101000001 1011000 101101

Color Harmonies of #D70E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E8F

Black with #D70E8F

Text Example


Text Example

White with #D70E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E8F; }

 p { color: rgb(215,14,143); }

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

background-color css

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

 a { background-color: rgb(215,14,143); }

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

border-color css

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

 span { border-color: rgb(215,14,143); }

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