Html Css Color HEX #D70089 Medium Violet Red

📋 copy color: '#D70089'

red 215 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #D70089

Tints of Medium Violet Red #D70089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 61.08%
G = 0%
B = 38.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D70089 (or 0xD70089) is known color: Medium Violet Red. HEX triplet: D7, 00 and 89. RGB value is (215,0,137). Sum of RGB (Red+Green+Blue) = 215+0+137=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70089 is #28FF76. Grayscale: #4F4F4F. Windows color (decimal): -2686839 or 8978647. OLE color: 8978647.

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

Color convert

RGB 215 0 137 -
CMYK 0 1 0.36 0.16
HSL 321.77º 1% 0.42% -
HSV(B) 321.77º 1% 0.84% -
XYZ 32.54 16.25 25.09 -
YUV 79.9 160.23 224.36 -
System Red Green Blue C M Y K H S L
Decimal 215 0 137 0 1 0.36 0.16 321.77 1 0.42
Hex D7 0 89 0 64 24 10 142 64 2A
Octal 327 0 211 0 144 44 20 502 144 52
Binary 11010111 0 10001001 0 1100100 100100 10000 101000010 1100100 101010

Color Harmonies of #D70089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70089

Black with #D70089

Text Example


Text Example

White with #D70089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70089; }

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

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

background-color css

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

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

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

border-color css

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

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

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