Html Css Color HEX #D70090 Medium Violet Red

📋 copy color: '#D70090'

red 215 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #D70090

Tints of Medium Violet Red #D70090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.89%
G = 0%
B = 40.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70090 (or 0xD70090) is known color: Medium Violet Red. HEX triplet: D7, 00 and 90. RGB value is (215,0,144). Sum of RGB (Red+Green+Blue) = 215+0+144=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D70090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70090 is #28FF6F. Grayscale: #505050. Windows color (decimal): -2686832 or 9437399. OLE color: 9437399.

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

Color convert

RGB 215 0 144 -
CMYK 0 1 0.33 0.16
HSL 319.81º 1% 0.42% -
HSV(B) 319.81º 1% 0.84% -
XYZ 33.06 16.46 27.82 -
YUV 80.7 163.73 223.79 -
System Red Green Blue C M Y K H S L
Decimal 215 0 144 0 1 0.33 0.16 319.81 1 0.42
Hex D7 0 90 0 64 21 10 140 64 2A
Octal 327 0 220 0 144 41 20 500 144 52
Binary 11010111 0 10010000 0 1100100 100001 10000 101000000 1100100 101010

Color Harmonies of #D70090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70090

Black with #D70090

Text Example


Text Example

White with #D70090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70090; }

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

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

background-color css

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

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

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

border-color css

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

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

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