Html Css Color HEX #D70E8C Medium Violet Red

📋 copy color: '#D70E8C'

red 215 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #D70E8C

Tints of Medium Violet Red #D70E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 58.27%
G = 3.79%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D70E8C (or 0xD70E8C) is known color: Medium Violet Red. HEX triplet: D7, 0E and 8C. RGB value is (215,14,140). Sum of RGB (Red+Green+Blue) = 215+14+140=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E8C is #28F173. Grayscale: #585858. Windows color (decimal): -2683252 or 9178839. OLE color: 9178839.

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

Color convert

RGB 215 14 140 -
CMYK 0 0.93 0.35 0.16
HSL 322.39º 0.88% 0.45% -
HSV(B) 322.39º 0.93% 0.84% -
XYZ 32.92 16.65 26.29 -
YUV 88.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 215 14 140 0 0.93 0.35 0.16 322.39 0.88 0.45
Hex D7 E 8C 0 5D 23 10 142 58 2D
Octal 327 16 214 0 135 43 20 502 130 55
Binary 11010111 1110 10001100 0 1011101 100011 10000 101000010 1011000 101101

Color Harmonies of #D70E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E8C

Black with #D70E8C

Text Example


Text Example

White with #D70E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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