Html Css Color HEX #D70893 Medium Violet Red

📋 copy color: '#D70893'

red 215 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #D70893

Tints of Medium Violet Red #D70893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 58.11%
G = 2.16%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D70893 (or 0xD70893) is known color: Medium Violet Red. HEX triplet: D7, 08 and 93. RGB value is (215,8,147). Sum of RGB (Red+Green+Blue) = 215+8+147=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D70893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70893 is #28F76C. Grayscale: #555555. Windows color (decimal): -2684781 or 9636055. OLE color: 9636055.

HSL color Cylindrical-coordinate representation of color #D70893: hue angle of 319.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70893 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 147 -
CMYK 0 0.96 0.32 0.16
HSL 319.71º 0.93% 0.44% -
HSV(B) 319.71º 0.96% 0.84% -
XYZ 33.38 16.73 29.07 -
YUV 85.74 162.58 220.2 -
System Red Green Blue C M Y K H S L
Decimal 215 8 147 0 0.96 0.32 0.16 319.71 0.93 0.44
Hex D7 8 93 0 60 20 10 140 5D 2C
Octal 327 10 223 0 140 40 20 500 135 54
Binary 11010111 1000 10010011 0 1100000 100000 10000 101000000 1011101 101100

Color Harmonies of #D70893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70893

Black with #D70893

Text Example


Text Example

White with #D70893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70893; }

 p { color: rgb(215,8,147); }

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

background-color css

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

 a { background-color: rgb(215,8,147); }

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

border-color css

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

 span { border-color: rgb(215,8,147); }

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