Html Css Color HEX #D70084 Medium Violet Red

📋 copy color: '#D70084'

red 215 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #D70084

Tints of Medium Violet Red #D70084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 61.96%
G = 0%
B = 38.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D70084 (or 0xD70084) is known color: Medium Violet Red. HEX triplet: D7, 00 and 84. RGB value is (215,0,132). Sum of RGB (Red+Green+Blue) = 215+0+132=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D70084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70084 is #28FF7B. Grayscale: #4F4F4F. Windows color (decimal): -2686844 or 8650967. OLE color: 8650967.

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

Color convert

RGB 215 0 132 -
CMYK 0 1 0.39 0.16
HSL 323.16º 1% 0.42% -
HSV(B) 323.16º 1% 0.84% -
XYZ 32.19 16.11 23.24 -
YUV 79.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 215 0 132 0 1 0.39 0.16 323.16 1 0.42
Hex D7 0 84 0 64 27 10 143 64 2A
Octal 327 0 204 0 144 47 20 503 144 52
Binary 11010111 0 10000100 0 1100100 100111 10000 101000011 1100100 101010

Color Harmonies of #D70084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70084

Black with #D70084

Text Example


Text Example

White with #D70084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70084; }

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

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

background-color css

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

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

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

border-color css

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

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

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