Html Css Color HEX #D70076 Medium Violet Red

📋 copy color: '#D70076'

red 215 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #D70076

Tints of Medium Violet Red #D70076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.56%
G = 0%
B = 35.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70076 (or 0xD70076) is known color: Medium Violet Red. HEX triplet: D7, 00 and 76. RGB value is (215,0,118). Sum of RGB (Red+Green+Blue) = 215+0+118=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70076 is #28FF89. Grayscale: #4D4D4D. Windows color (decimal): -2686858 or 7733463. OLE color: 7733463.

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

Color convert

RGB 215 0 118 -
CMYK 0 1 0.45 0.16
HSL 327.07º 1% 0.42% -
HSV(B) 327.07º 1% 0.84% -
XYZ 31.29 15.76 18.53 -
YUV 77.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 215 0 118 0 1 0.45 0.16 327.07 1 0.42
Hex D7 0 76 0 64 2D 10 147 64 2A
Octal 327 0 166 0 144 55 20 507 144 52
Binary 11010111 0 1110110 0 1100100 101101 10000 101000111 1100100 101010

Color Harmonies of #D70076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70076

Black with #D70076

Text Example


Text Example

White with #D70076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70076; }

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

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

background-color css

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

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

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

border-color css

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

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

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