Html Css Color HEX #D70896 Medium Violet Red

📋 copy color: '#D70896'

red 215 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #D70896

Tints of Medium Violet Red #D70896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 57.64%
G = 2.14%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D70896 (or 0xD70896) is known color: Medium Violet Red. HEX triplet: D7, 08 and 96. RGB value is (215,8,150). Sum of RGB (Red+Green+Blue) = 215+8+150=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D70896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70896 is #28F769. Grayscale: #555555. Windows color (decimal): -2684778 or 9832663. OLE color: 9832663.

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

Color convert

RGB 215 8 150 -
CMYK 0 0.96 0.30 0.16
HSL 318.84º 0.93% 0.44% -
HSV(B) 318.84º 0.96% 0.84% -
XYZ 33.62 16.82 30.33 -
YUV 86.08 164.08 219.95 -
System Red Green Blue C M Y K H S L
Decimal 215 8 150 0 0.96 0.30 0.16 318.84 0.93 0.44
Hex D7 8 96 0 60 1E 10 13F 5D 2C
Octal 327 10 226 0 140 36 20 477 135 54
Binary 11010111 1000 10010110 0 1100000 11110 10000 100111111 1011101 101100

Color Harmonies of #D70896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70896

Black with #D70896

Text Example


Text Example

White with #D70896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70896; }

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

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

background-color css

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

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

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

border-color css

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

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

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