Html Css Color HEX #D70D8A Medium Violet Red

📋 copy color: '#D70D8A'

red 215 ◦ green 13 ◦ blue 138

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

Shades of Medium Violet Red #D70D8A

Tints of Medium Violet Red #D70D8A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 58.74%
G = 3.55%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D70D8A (or 0xD70D8A) is known color: Medium Violet Red. HEX triplet: D7, 0D and 8A. RGB value is (215,13,138). Sum of RGB (Red+Green+Blue) = 215+13+138=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70D8A is #28F275. Grayscale: #575757. Windows color (decimal): -2683510 or 9047511. OLE color: 9047511.

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

Color convert

RGB 215 13 138 -
CMYK 0 0.94 0.36 0.16
HSL 322.87º 0.89% 0.45% -
HSV(B) 322.87º 0.94% 0.84% -
XYZ 32.76 16.57 25.52 -
YUV 87.65 156.42 218.84 -
System Red Green Blue C M Y K H S L
Decimal 215 13 138 0 0.94 0.36 0.16 322.87 0.89 0.45
Hex D7 D 8A 0 5E 24 10 143 59 2D
Octal 327 15 212 0 136 44 20 503 131 55
Binary 11010111 1101 10001010 0 1011110 100100 10000 101000011 1011001 101101

Color Harmonies of #D70D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D8A

Black with #D70D8A

Text Example


Text Example

White with #D70D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D8A; }

 p { color: rgb(215,13,138); }

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

background-color css

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

 a { background-color: rgb(215,13,138); }

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

border-color css

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

 span { border-color: rgb(215,13,138); }

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