Html Css Color HEX #D4167A Medium Violet Red

📋 copy color: '#D4167A'

red 212 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #D4167A

Tints of Medium Violet Red #D4167A

RGB

 RED value IS 212 (83.2% from 255) = 59.55%

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

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 59.55%
G = 6.18%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4167A (or 0xD4167A) is known color: Medium Violet Red. HEX triplet: D4, 16 and 7A. RGB value is (212,22,122). Sum of RGB (Red+Green+Blue) = 212+22+122=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4167A is #2BE985. Grayscale: #5A5A5A. Windows color (decimal): -2877830 or 8001236. OLE color: 8001236.

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

Color convert

RGB 212 22 122 -
CMYK 0 0.90 0.42 0.17
HSL 328.42º 0.81% 0.46% -
HSV(B) 328.42º 0.9% 0.83% -
XYZ 30.95 15.98 19.86 -
YUV 90.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 212 22 122 0 0.90 0.42 0.17 328.42 0.81 0.46
Hex D4 16 7A 0 5A 2A 11 148 51 2E
Octal 324 26 172 0 132 52 21 510 121 56
Binary 11010100 10110 1111010 0 1011010 101010 10001 101001000 1010001 101110

Color Harmonies of #D4167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4167A

Black with #D4167A

Text Example


Text Example

White with #D4167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4167A; }

 p { color: rgb(212,22,122); }

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

background-color css

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

 a { background-color: rgb(212,22,122); }

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

border-color css

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

 span { border-color: rgb(212,22,122); }

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