Html Css Color HEX #D70782 Medium Violet Red

📋 copy color: '#D70782'

red 215 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #D70782

Tints of Medium Violet Red #D70782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 61.08%
G = 1.99%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D70782 (or 0xD70782) is known color: Medium Violet Red. HEX triplet: D7, 07 and 82. RGB value is (215,7,130). Sum of RGB (Red+Green+Blue) = 215+7+130=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70782 is #28F87D. Grayscale: #525252. Windows color (decimal): -2685054 or 8521687. OLE color: 8521687.

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

Color convert

RGB 215 7 130 -
CMYK 0 0.97 0.40 0.16
HSL 324.52º 0.94% 0.44% -
HSV(B) 324.52º 0.97% 0.84% -
XYZ 32.13 16.21 22.55 -
YUV 83.21 154.41 222 -
System Red Green Blue C M Y K H S L
Decimal 215 7 130 0 0.97 0.40 0.16 324.52 0.94 0.44
Hex D7 7 82 0 61 28 10 145 5E 2C
Octal 327 7 202 0 141 50 20 505 136 54
Binary 11010111 111 10000010 0 1100001 101000 10000 101000101 1011110 101100

Color Harmonies of #D70782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70782

Black with #D70782

Text Example


Text Example

White with #D70782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70782; }

 p { color: rgb(215,7,130); }

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

background-color css

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

 a { background-color: rgb(215,7,130); }

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

border-color css

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

 span { border-color: rgb(215,7,130); }

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