Html Css Color HEX #D70892 Medium Violet Red

📋 copy color: '#D70892'

red 215 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #D70892

Tints of Medium Violet Red #D70892

RGB

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

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

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

R = 58.27%
G = 2.17%
B = 39.57%

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

#D70892 (or 0xD70892) is known color: Medium Violet Red. HEX triplet: D7, 08 and 92. RGB value is (215,8,146). Sum of RGB (Red+Green+Blue) = 215+8+146=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D70892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70892 is #28F76D. Grayscale: #555555. Windows color (decimal): -2684782 or 9570519. OLE color: 9570519.

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

Color convert

RGB 215 8 146 -
CMYK 0 0.96 0.32 0.16
HSL 320º 0.93% 0.44% -
HSV(B) 320º 0.96% 0.84% -
XYZ 33.3 16.7 28.66 -
YUV 85.63 162.08 220.28 -
System Red Green Blue C M Y K H S L
Decimal 215 8 146 0 0.96 0.32 0.16 320 0.93 0.44
Hex D7 8 92 0 60 20 10 140 5D 2C
Octal 327 10 222 0 140 40 20 500 135 54
Binary 11010111 1000 10010010 0 1100000 100000 10000 101000000 1011101 101100

Color Harmonies of #D70892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70892

Black with #D70892

Text Example


Text Example

White with #D70892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70892; }

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

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

background-color css

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

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

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

border-color css

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

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

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