Html Css Color HEX #D70882 Medium Violet Red

📋 copy color: '#D70882'

red 215 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #D70882

Tints of Medium Violet Red #D70882

RGB

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

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

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

R = 60.91%
G = 2.27%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D70882 (or 0xD70882) is known color: Medium Violet Red. HEX triplet: D7, 08 and 82. RGB value is (215,8,130). Sum of RGB (Red+Green+Blue) = 215+8+130=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D70882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70882 is #28F77D. Grayscale: #535353. Windows color (decimal): -2684798 or 8521943. OLE color: 8521943.

HSL color Cylindrical-coordinate representation of color #D70882: hue angle of 324.64º 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 #D70882 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 130 -
CMYK 0 0.96 0.40 0.16
HSL 324.64º 0.93% 0.44% -
HSV(B) 324.64º 0.96% 0.84% -
XYZ 32.14 16.23 22.56 -
YUV 83.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 215 8 130 0 0.96 0.40 0.16 324.64 0.93 0.44
Hex D7 8 82 0 60 28 10 145 5D 2C
Octal 327 10 202 0 140 50 20 505 135 54
Binary 11010111 1000 10000010 0 1100000 101000 10000 101000101 1011101 101100

Color Harmonies of #D70882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70882

Black with #D70882

Text Example


Text Example

White with #D70882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70882; }

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

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

background-color css

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

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

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

border-color css

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

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

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