Html Css Color HEX #D70F9E Medium Violet Red

📋 copy color: '#D70F9E'

red 215 ◦ green 15 ◦ blue 158

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

Shades of Medium Violet Red #D70F9E

Tints of Medium Violet Red #D70F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 55.41%
G = 3.87%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D70F9E (or 0xD70F9E) is known color: Medium Violet Red. HEX triplet: D7, 0F and 9E. RGB value is (215,15,158). Sum of RGB (Red+Green+Blue) = 215+15+158=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F9E is #28F061. Grayscale: #5A5A5A. Windows color (decimal): -2682978 or 10358743. OLE color: 10358743.

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

Color convert

RGB 215 15 158 -
CMYK 0 0.93 0.27 0.16
HSL 317.1º 0.87% 0.45% -
HSV(B) 317.1º 0.93% 0.84% -
XYZ 34.37 17.26 33.87 -
YUV 91.1 165.76 216.37 -
System Red Green Blue C M Y K H S L
Decimal 215 15 158 0 0.93 0.27 0.16 317.1 0.87 0.45
Hex D7 F 9E 0 5D 1B 10 13D 57 2D
Octal 327 17 236 0 135 33 20 475 127 55
Binary 11010111 1111 10011110 0 1011101 11011 10000 100111101 1010111 101101

Color Harmonies of #D70F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F9E

Black with #D70F9E

Text Example


Text Example

White with #D70F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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