Html Css Color HEX #D71684 Medium Violet Red

📋 copy color: '#D71684'

red 215 ◦ green 22 ◦ blue 132

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

Shades of Medium Violet Red #D71684

Tints of Medium Violet Red #D71684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

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

R = 58.27%
G = 5.96%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D71684 (or 0xD71684) is known color: Medium Violet Red. HEX triplet: D7, 16 and 84. RGB value is (215,22,132). Sum of RGB (Red+Green+Blue) = 215+22+132=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71684 is #28E97B. Grayscale: #5C5C5C. Windows color (decimal): -2681212 or 8656599. OLE color: 8656599.

HSL color Cylindrical-coordinate representation of color #D71684: hue angle of 325.8º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71684 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 132 -
CMYK 0 0.90 0.39 0.16
HSL 325.8º 0.81% 0.46% -
HSV(B) 325.8º 0.9% 0.84% -
XYZ 32.48 16.69 23.34 -
YUV 92.25 150.44 215.56 -
System Red Green Blue C M Y K H S L
Decimal 215 22 132 0 0.90 0.39 0.16 325.8 0.81 0.46
Hex D7 16 84 0 5A 27 10 146 51 2E
Octal 327 26 204 0 132 47 20 506 121 56
Binary 11010111 10110 10000100 0 1011010 100111 10000 101000110 1010001 101110

Color Harmonies of #D71684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71684

Black with #D71684

Text Example


Text Example

White with #D71684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71684; }

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

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

background-color css

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

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

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

border-color css

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

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

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