Html Css Color HEX #D70E81 Medium Violet Red

📋 copy color: '#D70E81'

red 215 ◦ green 14 ◦ blue 129

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

Shades of Medium Violet Red #D70E81

Tints of Medium Violet Red #D70E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.91%

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

R = 60.06%
G = 3.91%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D70E81 (or 0xD70E81) is known color: Medium Violet Red. HEX triplet: D7, 0E and 81. RGB value is (215,14,129). Sum of RGB (Red+Green+Blue) = 215+14+129=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E81 is #28F17E. Grayscale: #565656. Windows color (decimal): -2683263 or 8457943. OLE color: 8457943.

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

Color convert

RGB 215 14 129 -
CMYK 0 0.93 0.4 0.16
HSL 325.67º 0.88% 0.45% -
HSV(B) 325.67º 0.93% 0.84% -
XYZ 32.14 16.35 22.23 -
YUV 87.21 151.59 219.15 -
System Red Green Blue C M Y K H S L
Decimal 215 14 129 0 0.93 0.4 0.16 325.67 0.88 0.45
Hex D7 E 81 0 5D 28 10 146 58 2D
Octal 327 16 201 0 135 50 20 506 130 55
Binary 11010111 1110 10000001 0 1011101 101000 10000 101000110 1011000 101101

Color Harmonies of #D70E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E81

Black with #D70E81

Text Example


Text Example

White with #D70E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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