Html Css Color HEX #D71484 Medium Violet Red

📋 copy color: '#D71484'

red 215 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #D71484

Tints of Medium Violet Red #D71484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 58.58%
G = 5.45%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D71484 (or 0xD71484) is known color: Medium Violet Red. HEX triplet: D7, 14 and 84. RGB value is (215,20,132). Sum of RGB (Red+Green+Blue) = 215+20+132=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D71484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71484 is #28EB7B. Grayscale: #5A5A5A. Windows color (decimal): -2681724 or 8656087. OLE color: 8656087.

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

Color convert

RGB 215 20 132 -
CMYK 0 0.91 0.39 0.16
HSL 325.54º 0.83% 0.46% -
HSV(B) 325.54º 0.91% 0.84% -
XYZ 32.44 16.61 23.33 -
YUV 91.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 215 20 132 0 0.91 0.39 0.16 325.54 0.83 0.46
Hex D7 14 84 0 5B 27 10 146 53 2E
Octal 327 24 204 0 133 47 20 506 123 56
Binary 11010111 10100 10000100 0 1011011 100111 10000 101000110 1010011 101110

Color Harmonies of #D71484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71484

Black with #D71484

Text Example


Text Example

White with #D71484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71484; }

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

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

background-color css

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

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

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

border-color css

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

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

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