Html Css Color HEX #D70F8D Medium Violet Red

📋 copy color: '#D70F8D'

red 215 ◦ green 15 ◦ blue 141

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

Shades of Medium Violet Red #D70F8D

Tints of Medium Violet Red #D70F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 57.95%
G = 4.04%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D70F8D (or 0xD70F8D) is known color: Medium Violet Red. HEX triplet: D7, 0F and 8D. RGB value is (215,15,141). Sum of RGB (Red+Green+Blue) = 215+15+141=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F8D is #28F072. Grayscale: #585858. Windows color (decimal): -2682995 or 9244631. OLE color: 9244631.

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

Color convert

RGB 215 15 141 -
CMYK 0 0.93 0.34 0.16
HSL 322.2º 0.87% 0.45% -
HSV(B) 322.2º 0.93% 0.84% -
XYZ 33 16.71 26.69 -
YUV 89.16 157.26 217.75 -
System Red Green Blue C M Y K H S L
Decimal 215 15 141 0 0.93 0.34 0.16 322.2 0.87 0.45
Hex D7 F 8D 0 5D 22 10 142 57 2D
Octal 327 17 215 0 135 42 20 502 127 55
Binary 11010111 1111 10001101 0 1011101 100010 10000 101000010 1010111 101101

Color Harmonies of #D70F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F8D

Black with #D70F8D

Text Example


Text Example

White with #D70F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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