Html Css Color HEX #D71692 Medium Violet Red

📋 copy color: '#D71692'

red 215 ◦ green 22 ◦ blue 146

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

Shades of Medium Violet Red #D71692

Tints of Medium Violet Red #D71692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 56.14%
G = 5.74%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71692 (or 0xD71692) is known color: Medium Violet Red. HEX triplet: D7, 16 and 92. RGB value is (215,22,146). Sum of RGB (Red+Green+Blue) = 215+22+146=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D71692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71692 is #28E96D. Grayscale: #5D5D5D. Windows color (decimal): -2681198 or 9574103. OLE color: 9574103.

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

Color convert

RGB 215 22 146 -
CMYK 0 0.90 0.32 0.16
HSL 321.45º 0.81% 0.46% -
HSV(B) 321.45º 0.9% 0.84% -
XYZ 33.5 17.1 28.73 -
YUV 93.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 215 22 146 0 0.90 0.32 0.16 321.45 0.81 0.46
Hex D7 16 92 0 5A 20 10 141 51 2E
Octal 327 26 222 0 132 40 20 501 121 56
Binary 11010111 10110 10010010 0 1011010 100000 10000 101000001 1010001 101110

Color Harmonies of #D71692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71692

Black with #D71692

Text Example


Text Example

White with #D71692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71692; }

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

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

background-color css

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

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

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

border-color css

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

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

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