Html Css Color HEX #D70176 Medium Violet Red

📋 copy color: '#D70176'

red 215 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #D70176

Tints of Medium Violet Red #D70176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 64.37%
G = 0.3%
B = 35.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70176 (or 0xD70176) is known color: Medium Violet Red. HEX triplet: D7, 01 and 76. RGB value is (215,1,118). Sum of RGB (Red+Green+Blue) = 215+1+118=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70176 is #28FE89. Grayscale: #4E4E4E. Windows color (decimal): -2686602 or 7733719. OLE color: 7733719.

HSL color Cylindrical-coordinate representation of color #D70176: hue angle of 327.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70176 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 118 -
CMYK 0 1.00 0.45 0.16
HSL 327.2º 0.99% 0.42% -
HSV(B) 327.2º 1% 0.84% -
XYZ 31.31 15.78 18.53 -
YUV 78.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 215 1 118 0 1.00 0.45 0.16 327.2 0.99 0.42
Hex D7 1 76 0 64 2D 10 147 63 2A
Octal 327 1 166 0 144 55 20 507 143 52
Binary 11010111 1 1110110 0 1100100 101101 10000 101000111 1100011 101010

Color Harmonies of #D70176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70176

Black with #D70176

Text Example


Text Example

White with #D70176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70176; }

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

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

background-color css

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

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

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

border-color css

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

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

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