Html Css Color HEX #D4157A Medium Violet Red

📋 copy color: '#D4157A'

red 212 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #D4157A

Tints of Medium Violet Red #D4157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

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

R = 59.72%
G = 5.92%
B = 34.37%

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

#D4157A (or 0xD4157A) is known color: Medium Violet Red. HEX triplet: D4, 15 and 7A. RGB value is (212,21,122). Sum of RGB (Red+Green+Blue) = 212+21+122=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4157A is #2BEA85. Grayscale: #595959. Windows color (decimal): -2878086 or 8000980. OLE color: 8000980.

HSL color Cylindrical-coordinate representation of color #D4157A: hue angle of 328.27º degrees, saturation: 0.82, 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 #D4157A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 122 -
CMYK 0 0.90 0.42 0.17
HSL 328.27º 0.82% 0.46% -
HSV(B) 328.27º 0.9% 0.83% -
XYZ 30.93 15.94 19.86 -
YUV 89.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 212 21 122 0 0.90 0.42 0.17 328.27 0.82 0.46
Hex D4 15 7A 0 5A 2A 11 148 52 2E
Octal 324 25 172 0 132 52 21 510 122 56
Binary 11010100 10101 1111010 0 1011010 101010 10001 101001000 1010010 101110

Color Harmonies of #D4157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4157A

Black with #D4157A

Text Example


Text Example

White with #D4157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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