Html Css Color HEX #D70881 Medium Violet Red

📋 copy color: '#D70881'

red 215 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #D70881

Tints of Medium Violet Red #D70881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 61.08%
G = 2.27%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D70881 (or 0xD70881) is known color: Medium Violet Red. HEX triplet: D7, 08 and 81. RGB value is (215,8,129). Sum of RGB (Red+Green+Blue) = 215+8+129=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70881 is #28F77E. Grayscale: #535353. Windows color (decimal): -2684799 or 8456407. OLE color: 8456407.

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

Color convert

RGB 215 8 129 -
CMYK 0 0.96 0.4 0.16
HSL 324.93º 0.93% 0.44% -
HSV(B) 324.93º 0.96% 0.84% -
XYZ 32.07 16.21 22.21 -
YUV 83.69 153.58 221.66 -
System Red Green Blue C M Y K H S L
Decimal 215 8 129 0 0.96 0.4 0.16 324.93 0.93 0.44
Hex D7 8 81 0 60 28 10 145 5D 2C
Octal 327 10 201 0 140 50 20 505 135 54
Binary 11010111 1000 10000001 0 1100000 101000 10000 101000101 1011101 101100

Color Harmonies of #D70881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70881

Black with #D70881

Text Example


Text Example

White with #D70881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70881; }

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

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

background-color css

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

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

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

border-color css

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

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

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