Html Css Color HEX #D70D99 Medium Violet Red

📋 copy color: '#D70D99'

red 215 ◦ green 13 ◦ blue 153

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

Shades of Medium Violet Red #D70D99

Tints of Medium Violet Red #D70D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 56.43%
G = 3.41%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D70D99 (or 0xD70D99) is known color: Medium Violet Red. HEX triplet: D7, 0D and 99. RGB value is (215,13,153). Sum of RGB (Red+Green+Blue) = 215+13+153=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70D99 is #28F266. Grayscale: #595959. Windows color (decimal): -2683495 or 10030551. OLE color: 10030551.

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

Color convert

RGB 215 13 153 -
CMYK 0 0.94 0.29 0.16
HSL 318.42º 0.89% 0.45% -
HSV(B) 318.42º 0.94% 0.84% -
XYZ 33.92 17.03 31.64 -
YUV 89.36 163.92 217.62 -
System Red Green Blue C M Y K H S L
Decimal 215 13 153 0 0.94 0.29 0.16 318.42 0.89 0.45
Hex D7 D 99 0 5E 1D 10 13E 59 2D
Octal 327 15 231 0 136 35 20 476 131 55
Binary 11010111 1101 10011001 0 1011110 11101 10000 100111110 1011001 101101

Color Harmonies of #D70D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D99

Black with #D70D99

Text Example


Text Example

White with #D70D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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