Html Css Color HEX #D5167E Medium Violet Red

📋 copy color: '#D5167E'

red 213 ◦ green 22 ◦ blue 126

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

Shades of Medium Violet Red #D5167E

Tints of Medium Violet Red #D5167E

RGB

 RED value IS 213 (83.59% from 255) = 59%

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 59%
G = 6.09%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5167E (or 0xD5167E) is known color: Medium Violet Red. HEX triplet: D5, 16 and 7E. RGB value is (213,22,126). Sum of RGB (Red+Green+Blue) = 213+22+126=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5167E is #2AE981. Grayscale: #5A5A5A. Windows color (decimal): -2812290 or 8263381. OLE color: 8263381.

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

Color convert

RGB 213 22 126 -
CMYK 0 0.90 0.41 0.16
HSL 327.33º 0.81% 0.46% -
HSV(B) 327.33º 0.9% 0.84% -
XYZ 31.49 16.23 21.21 -
YUV 90.97 147.78 215.04 -
System Red Green Blue C M Y K H S L
Decimal 213 22 126 0 0.90 0.41 0.16 327.33 0.81 0.46
Hex D5 16 7E 0 5A 29 10 147 51 2E
Octal 325 26 176 0 132 51 20 507 121 56
Binary 11010101 10110 1111110 0 1011010 101001 10000 101000111 1010001 101110

Color Harmonies of #D5167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5167E

Black with #D5167E

Text Example


Text Example

White with #D5167E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5167E; }

 p { color: rgb(213,22,126); }

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

background-color css

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

 a { background-color: rgb(213,22,126); }

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

border-color css

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

 span { border-color: rgb(213,22,126); }

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