Html Css Color HEX #D70992 Medium Violet Red

📋 copy color: '#D70992'

red 215 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #D70992

Tints of Medium Violet Red #D70992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 58.11%
G = 2.43%
B = 39.46%

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

#D70992 (or 0xD70992) is known color: Medium Violet Red. HEX triplet: D7, 09 and 92. RGB value is (215,9,146). Sum of RGB (Red+Green+Blue) = 215+9+146=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D70992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70992 is #28F66D. Grayscale: #555555. Windows color (decimal): -2684526 or 9570775. OLE color: 9570775.

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

Color convert

RGB 215 9 146 -
CMYK 0 0.96 0.32 0.16
HSL 320.1º 0.92% 0.44% -
HSV(B) 320.1º 0.96% 0.84% -
XYZ 33.31 16.72 28.67 -
YUV 86.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 215 9 146 0 0.96 0.32 0.16 320.1 0.92 0.44
Hex D7 9 92 0 60 20 10 140 5C 2C
Octal 327 11 222 0 140 40 20 500 134 54
Binary 11010111 1001 10010010 0 1100000 100000 10000 101000000 1011100 101100

Color Harmonies of #D70992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70992

Black with #D70992

Text Example


Text Example

White with #D70992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70992; }

 p { color: rgb(215,9,146); }

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

background-color css

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

 a { background-color: rgb(215,9,146); }

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

border-color css

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

 span { border-color: rgb(215,9,146); }

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