Html Css Color HEX #D70A8D Medium Violet Red

📋 copy color: '#D70A8D'

red 215 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #D70A8D

Tints of Medium Violet Red #D70A8D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 58.74%
G = 2.73%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D70A8D (or 0xD70A8D) is known color: Medium Violet Red. HEX triplet: D7, 0A and 8D. RGB value is (215,10,141). Sum of RGB (Red+Green+Blue) = 215+10+141=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A8D is #28F572. Grayscale: #555555. Windows color (decimal): -2684275 or 9243351. OLE color: 9243351.

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

Color convert

RGB 215 10 141 -
CMYK 0 0.95 0.34 0.16
HSL 321.66º 0.91% 0.44% -
HSV(B) 321.66º 0.95% 0.84% -
XYZ 32.94 16.59 26.66 -
YUV 86.23 158.92 219.85 -
System Red Green Blue C M Y K H S L
Decimal 215 10 141 0 0.95 0.34 0.16 321.66 0.91 0.44
Hex D7 A 8D 0 5F 22 10 142 5B 2C
Octal 327 12 215 0 137 42 20 502 133 54
Binary 11010111 1010 10001101 0 1011111 100010 10000 101000010 1011011 101100

Color Harmonies of #D70A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A8D

Black with #D70A8D

Text Example


Text Example

White with #D70A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A8D; }

 p { color: rgb(215,10,141); }

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

background-color css

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

 a { background-color: rgb(215,10,141); }

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

border-color css

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

 span { border-color: rgb(215,10,141); }

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