Html Css Color HEX #D70F7F Medium Violet Red

📋 copy color: '#D70F7F'

red 215 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #D70F7F

Tints of Medium Violet Red #D70F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 60.22%
G = 4.2%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D70F7F (or 0xD70F7F) is known color: Medium Violet Red. HEX triplet: D7, 0F and 7F. RGB value is (215,15,127). Sum of RGB (Red+Green+Blue) = 215+15+127=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F7F is #28F080. Grayscale: #575757. Windows color (decimal): -2683009 or 8327127. OLE color: 8327127.

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

Color convert

RGB 215 15 127 -
CMYK 0 0.93 0.41 0.16
HSL 326.4º 0.87% 0.45% -
HSV(B) 326.4º 0.93% 0.84% -
XYZ 32.03 16.32 21.54 -
YUV 87.57 150.26 218.89 -
System Red Green Blue C M Y K H S L
Decimal 215 15 127 0 0.93 0.41 0.16 326.4 0.87 0.45
Hex D7 F 7F 0 5D 29 10 146 57 2D
Octal 327 17 177 0 135 51 20 506 127 55
Binary 11010111 1111 1111111 0 1011101 101001 10000 101000110 1010111 101101

Color Harmonies of #D70F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F7F

Black with #D70F7F

Text Example


Text Example

White with #D70F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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