Html Css Color HEX #D70291 Medium Violet Red

📋 copy color: '#D70291'

red 215 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #D70291

Tints of Medium Violet Red #D70291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 59.39%
G = 0.55%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70291 (or 0xD70291) is known color: Medium Violet Red. HEX triplet: D7, 02 and 91. RGB value is (215,2,145). Sum of RGB (Red+Green+Blue) = 215+2+145=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D70291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70291 is #28FD6E. Grayscale: #515151. Windows color (decimal): -2686319 or 9503447. OLE color: 9503447.

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

Color convert

RGB 215 2 145 -
CMYK 0 0.99 0.33 0.16
HSL 319.72º 0.98% 0.43% -
HSV(B) 319.72º 0.99% 0.84% -
XYZ 33.16 16.53 28.23 -
YUV 81.99 163.57 222.87 -
System Red Green Blue C M Y K H S L
Decimal 215 2 145 0 0.99 0.33 0.16 319.72 0.98 0.43
Hex D7 2 91 0 63 21 10 140 62 2B
Octal 327 2 221 0 143 41 20 500 142 53
Binary 11010111 10 10010001 0 1100011 100001 10000 101000000 1100010 101011

Color Harmonies of #D70291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70291

Black with #D70291

Text Example


Text Example

White with #D70291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70291; }

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

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

background-color css

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

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

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

border-color css

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

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

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