Html Css Color HEX #D71882 Medium Violet Red

📋 copy color: '#D71882'

red 215 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #D71882

Tints of Medium Violet Red #D71882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 58.27%
G = 6.5%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D71882 (or 0xD71882) is known color: Medium Violet Red. HEX triplet: D7, 18 and 82. RGB value is (215,24,130). Sum of RGB (Red+Green+Blue) = 215+24+130=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71882 is #28E77D. Grayscale: #5C5C5C. Windows color (decimal): -2680702 or 8526039. OLE color: 8526039.

HSL color Cylindrical-coordinate representation of color #D71882: hue angle of 326.7º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71882 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 24 130 -
CMYK 0 0.89 0.40 0.16
HSL 326.7º 0.8% 0.47% -
HSV(B) 326.7º 0.89% 0.84% -
XYZ 32.38 16.71 22.64 -
YUV 93.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 215 24 130 0 0.89 0.40 0.16 326.7 0.8 0.47
Hex D7 18 82 0 59 28 10 147 50 2F
Octal 327 30 202 0 131 50 20 507 120 57
Binary 11010111 11000 10000010 0 1011001 101000 10000 101000111 1010000 101111

Color Harmonies of #D71882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71882

Black with #D71882

Text Example


Text Example

White with #D71882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71882; }

 p { color: rgb(215,24,130); }

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

background-color css

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

 a { background-color: rgb(215,24,130); }

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

border-color css

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

 span { border-color: rgb(215,24,130); }

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