Html Css Color HEX #D70094 Medium Violet Red

📋 copy color: '#D70094'

red 215 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #D70094

Tints of Medium Violet Red #D70094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 59.23%
G = 0%
B = 40.77%

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

#D70094 (or 0xD70094) is known color: Medium Violet Red. HEX triplet: D7, 00 and 94. RGB value is (215,0,148). Sum of RGB (Red+Green+Blue) = 215+0+148=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70094 is #28FF6B. Grayscale: #505050. Windows color (decimal): -2686828 or 9699543. OLE color: 9699543.

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

Color convert

RGB 215 0 148 -
CMYK 0 1 0.31 0.16
HSL 318.7º 1% 0.42% -
HSV(B) 318.7º 1% 0.84% -
XYZ 33.37 16.59 29.46 -
YUV 81.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 215 0 148 0 1 0.31 0.16 318.7 1 0.42
Hex D7 0 94 0 64 1F 10 13F 64 2A
Octal 327 0 224 0 144 37 20 477 144 52
Binary 11010111 0 10010100 0 1100100 11111 10000 100111111 1100100 101010

Color Harmonies of #D70094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70094

Black with #D70094

Text Example


Text Example

White with #D70094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70094; }

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

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

background-color css

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

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

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

border-color css

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

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

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