Html Css Color HEX #D70095 Medium Violet Red

📋 copy color: '#D70095'

red 215 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #D70095

Tints of Medium Violet Red #D70095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 59.07%
G = 0%
B = 40.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D70095 (or 0xD70095) is known color: Medium Violet Red. HEX triplet: D7, 00 and 95. RGB value is (215,0,149). Sum of RGB (Red+Green+Blue) = 215+0+149=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D70095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70095 is #28FF6A. Grayscale: #505050. Windows color (decimal): -2686827 or 9765079. OLE color: 9765079.

HSL color Cylindrical-coordinate representation of color #D70095: hue angle of 318.42º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70095 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 149 -
CMYK 0 1 0.31 0.16
HSL 318.42º 1% 0.42% -
HSV(B) 318.42º 1% 0.84% -
XYZ 33.45 16.62 29.88 -
YUV 81.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 215 0 149 0 1 0.31 0.16 318.42 1 0.42
Hex D7 0 95 0 64 1F 10 13E 64 2A
Octal 327 0 225 0 144 37 20 476 144 52
Binary 11010111 0 10010101 0 1100100 11111 10000 100111110 1100100 101010

Color Harmonies of #D70095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70095

Black with #D70095

Text Example


Text Example

White with #D70095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70095; }

 p { color: rgb(215,0,149); }

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

background-color css

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

 a { background-color: rgb(215,0,149); }

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

border-color css

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

 span { border-color: rgb(215,0,149); }

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