Html Css Color HEX #D70D7A Medium Violet Red

📋 copy color: '#D70D7A'

red 215 ◦ green 13 ◦ blue 122

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

Shades of Medium Violet Red #D70D7A

Tints of Medium Violet Red #D70D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 61.43%
G = 3.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D70D7A (or 0xD70D7A) is known color: Medium Violet Red. HEX triplet: D7, 0D and 7A. RGB value is (215,13,122). Sum of RGB (Red+Green+Blue) = 215+13+122=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D7A is #28F285. Grayscale: #555555. Windows color (decimal): -2683526 or 7998935. OLE color: 7998935.

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

Color convert

RGB 215 13 122 -
CMYK 0 0.94 0.43 0.16
HSL 327.62º 0.89% 0.45% -
HSV(B) 327.62º 0.94% 0.84% -
XYZ 31.68 16.14 19.86 -
YUV 85.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 215 13 122 0 0.94 0.43 0.16 327.62 0.89 0.45
Hex D7 D 7A 0 5E 2B 10 148 59 2D
Octal 327 15 172 0 136 53 20 510 131 55
Binary 11010111 1101 1111010 0 1011110 101011 10000 101001000 1011001 101101

Color Harmonies of #D70D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D7A

Black with #D70D7A

Text Example


Text Example

White with #D70D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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