Html Css Color HEX #D70190 Medium Violet Red

📋 copy color: '#D70190'

red 215 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #D70190

Tints of Medium Violet Red #D70190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 59.72%
G = 0.28%
B = 40%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70190 (or 0xD70190) is known color: Medium Violet Red. HEX triplet: D7, 01 and 90. RGB value is (215,1,144). Sum of RGB (Red+Green+Blue) = 215+1+144=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D70190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70190 is #28FE6F. Grayscale: #505050. Windows color (decimal): -2686576 or 9437655. OLE color: 9437655.

HSL color Cylindrical-coordinate representation of color #D70190: hue angle of 319.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70190 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 144 -
CMYK 0 1.00 0.33 0.16
HSL 319.91º 0.99% 0.42% -
HSV(B) 319.91º 1% 0.84% -
XYZ 33.07 16.48 27.82 -
YUV 81.29 163.4 223.37 -
System Red Green Blue C M Y K H S L
Decimal 215 1 144 0 1.00 0.33 0.16 319.91 0.99 0.42
Hex D7 1 90 0 64 21 10 140 63 2A
Octal 327 1 220 0 144 41 20 500 143 52
Binary 11010111 1 10010000 0 1100100 100001 10000 101000000 1100011 101010

Color Harmonies of #D70190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70190

Black with #D70190

Text Example


Text Example

White with #D70190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70190; }

 p { color: rgb(215,1,144); }

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

background-color css

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

 a { background-color: rgb(215,1,144); }

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

border-color css

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

 span { border-color: rgb(215,1,144); }

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