Html Css Color HEX #D70F76 Medium Violet Red

📋 copy color: '#D70F76'

red 215 ◦ green 15 ◦ blue 118

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

Shades of Medium Violet Red #D70F76

Tints of Medium Violet Red #D70F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 61.78%
G = 4.31%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70F76 (or 0xD70F76) is known color: Medium Violet Red. HEX triplet: D7, 0F and 76. RGB value is (215,15,118). Sum of RGB (Red+Green+Blue) = 215+15+118=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F76 is #28F089. Grayscale: #565656. Windows color (decimal): -2683018 or 7737303. OLE color: 7737303.

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

Color convert

RGB 215 15 118 -
CMYK 0 0.93 0.45 0.16
HSL 329.1º 0.87% 0.45% -
HSV(B) 329.1º 0.93% 0.84% -
XYZ 31.47 16.1 18.59 -
YUV 86.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 215 15 118 0 0.93 0.45 0.16 329.1 0.87 0.45
Hex D7 F 76 0 5D 2D 10 149 57 2D
Octal 327 17 166 0 135 55 20 511 127 55
Binary 11010111 1111 1110110 0 1011101 101101 10000 101001001 1010111 101101

Color Harmonies of #D70F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F76

Black with #D70F76

Text Example


Text Example

White with #D70F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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