Html Css Color HEX #D70394 Medium Violet Red

📋 copy color: '#D70394'

red 215 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D70394

Tints of Medium Violet Red #D70394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 58.74%
G = 0.82%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D70394 (or 0xD70394) is known color: Medium Violet Red. HEX triplet: D7, 03 and 94. RGB value is (215,3,148). Sum of RGB (Red+Green+Blue) = 215+3+148=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D70394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70394 is #28FC6B. Grayscale: #525252. Windows color (decimal): -2686060 or 9700311. OLE color: 9700311.

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

Color convert

RGB 215 3 148 -
CMYK 0 0.99 0.31 0.16
HSL 318.96º 0.97% 0.43% -
HSV(B) 318.96º 0.99% 0.84% -
XYZ 33.4 16.65 29.47 -
YUV 82.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 215 3 148 0 0.99 0.31 0.16 318.96 0.97 0.43
Hex D7 3 94 0 63 1F 10 13F 61 2B
Octal 327 3 224 0 143 37 20 477 141 53
Binary 11010111 11 10010100 0 1100011 11111 10000 100111111 1100001 101011

Color Harmonies of #D70394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70394

Black with #D70394

Text Example


Text Example

White with #D70394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70394; }

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

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

background-color css

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

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

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

border-color css

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

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

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