Html Css Color HEX #D71490 Medium Violet Red

📋 copy color: '#D71490'

red 215 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #D71490

Tints of Medium Violet Red #D71490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.28%

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

R = 56.73%
G = 5.28%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D71490 (or 0xD71490) is known color: Medium Violet Red. HEX triplet: D7, 14 and 90. RGB value is (215,20,144). Sum of RGB (Red+Green+Blue) = 215+20+144=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D71490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71490 is #28EB6F. Grayscale: #5C5C5C. Windows color (decimal): -2681712 or 9442519. OLE color: 9442519.

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

Color convert

RGB 215 20 144 -
CMYK 0 0.91 0.33 0.16
HSL 321.85º 0.83% 0.46% -
HSV(B) 321.85º 0.91% 0.84% -
XYZ 33.31 16.96 27.9 -
YUV 92.44 157.1 215.42 -
System Red Green Blue C M Y K H S L
Decimal 215 20 144 0 0.91 0.33 0.16 321.85 0.83 0.46
Hex D7 14 90 0 5B 21 10 142 53 2E
Octal 327 24 220 0 133 41 20 502 123 56
Binary 11010111 10100 10010000 0 1011011 100001 10000 101000010 1010011 101110

Color Harmonies of #D71490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71490

Black with #D71490

Text Example


Text Example

White with #D71490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71490; }

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

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

background-color css

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

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

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

border-color css

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

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

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