Html Css Color HEX #D70F75 Medium Violet Red

📋 copy color: '#D70F75'

red 215 ◦ green 15 ◦ blue 117

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

Shades of Medium Violet Red #D70F75

Tints of Medium Violet Red #D70F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 61.96%
G = 4.32%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D70F75 (or 0xD70F75) is known color: Medium Violet Red. HEX triplet: D7, 0F and 75. RGB value is (215,15,117). Sum of RGB (Red+Green+Blue) = 215+15+117=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F75 is #28F08A. Grayscale: #565656. Windows color (decimal): -2683019 or 7671767. OLE color: 7671767.

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

Color convert

RGB 215 15 117 -
CMYK 0 0.93 0.46 0.16
HSL 329.4º 0.87% 0.45% -
HSV(B) 329.4º 0.93% 0.84% -
XYZ 31.41 16.07 18.28 -
YUV 86.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 215 15 117 0 0.93 0.46 0.16 329.4 0.87 0.45
Hex D7 F 75 0 5D 2E 10 149 57 2D
Octal 327 17 165 0 135 56 20 511 127 55
Binary 11010111 1111 1110101 0 1011101 101110 10000 101001001 1010111 101101

Color Harmonies of #D70F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F75

Black with #D70F75

Text Example


Text Example

White with #D70F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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