Html Css Color HEX #D70D8C Medium Violet Red

📋 copy color: '#D70D8C'

red 215 ◦ green 13 ◦ blue 140

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

Shades of Medium Violet Red #D70D8C

Tints of Medium Violet Red #D70D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 58.42%
G = 3.53%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D70D8C (or 0xD70D8C) is known color: Medium Violet Red. HEX triplet: D7, 0D and 8C. RGB value is (215,13,140). Sum of RGB (Red+Green+Blue) = 215+13+140=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70D8C is #28F273. Grayscale: #575757. Windows color (decimal): -2683508 or 9178583. OLE color: 9178583.

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

Color convert

RGB 215 13 140 -
CMYK 0 0.94 0.35 0.16
HSL 322.28º 0.89% 0.45% -
HSV(B) 322.28º 0.94% 0.84% -
XYZ 32.9 16.63 26.29 -
YUV 87.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 215 13 140 0 0.94 0.35 0.16 322.28 0.89 0.45
Hex D7 D 8C 0 5E 23 10 142 59 2D
Octal 327 15 214 0 136 43 20 502 131 55
Binary 11010111 1101 10001100 0 1011110 100011 10000 101000010 1011001 101101

Color Harmonies of #D70D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D8C

Black with #D70D8C

Text Example


Text Example

White with #D70D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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