Html Css Color HEX #D70876 Medium Violet Red

📋 copy color: '#D70876'

red 215 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #D70876

Tints of Medium Violet Red #D70876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 63.05%
G = 2.35%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70876 (or 0xD70876) is known color: Medium Violet Red. HEX triplet: D7, 08 and 76. RGB value is (215,8,118). Sum of RGB (Red+Green+Blue) = 215+8+118=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D70876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70876 is #28F789. Grayscale: #525252. Windows color (decimal): -2684810 or 7735511. OLE color: 7735511.

HSL color Cylindrical-coordinate representation of color #D70876: hue angle of 328.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70876 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 118 -
CMYK 0 0.96 0.45 0.16
HSL 328.12º 0.93% 0.44% -
HSV(B) 328.12º 0.96% 0.84% -
XYZ 31.38 15.93 18.56 -
YUV 82.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 215 8 118 0 0.96 0.45 0.16 328.12 0.93 0.44
Hex D7 8 76 0 60 2D 10 148 5D 2C
Octal 327 10 166 0 140 55 20 510 135 54
Binary 11010111 1000 1110110 0 1100000 101101 10000 101001000 1011101 101100

Color Harmonies of #D70876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70876

Black with #D70876

Text Example


Text Example

White with #D70876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70876; }

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

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

background-color css

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

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

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

border-color css

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

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

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