Html Css Color HEX #D70292 Medium Violet Red

📋 copy color: '#D70292'

red 215 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #D70292

Tints of Medium Violet Red #D70292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 59.23%
G = 0.55%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D70292 (or 0xD70292) is known color: Medium Violet Red. HEX triplet: D7, 02 and 92. RGB value is (215,2,146). Sum of RGB (Red+Green+Blue) = 215+2+146=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70292 is #28FD6D. Grayscale: #515151. Windows color (decimal): -2686318 or 9568983. OLE color: 9568983.

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

Color convert

RGB 215 2 146 -
CMYK 0 0.99 0.32 0.16
HSL 319.44º 0.98% 0.43% -
HSV(B) 319.44º 0.99% 0.84% -
XYZ 33.23 16.57 28.64 -
YUV 82.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 215 2 146 0 0.99 0.32 0.16 319.44 0.98 0.43
Hex D7 2 92 0 63 20 10 13F 62 2B
Octal 327 2 222 0 143 40 20 477 142 53
Binary 11010111 10 10010010 0 1100011 100000 10000 100111111 1100010 101011

Color Harmonies of #D70292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70292

Black with #D70292

Text Example


Text Example

White with #D70292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70292; }

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

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

background-color css

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

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

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

border-color css

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

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

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