Html Css Color HEX #D6157A Medium Violet Red

📋 copy color: '#D6157A'

red 214 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #D6157A

Tints of Medium Violet Red #D6157A

RGB

 RED value IS 214 (83.98% from 255) = 59.94%

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

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

R = 59.94%
G = 5.88%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6157A (or 0xD6157A) is known color: Medium Violet Red. HEX triplet: D6, 15 and 7A. RGB value is (214,21,122). Sum of RGB (Red+Green+Blue) = 214+21+122=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6157A is #29EA85. Grayscale: #5A5A5A. Windows color (decimal): -2747014 or 8000982. OLE color: 8000982.

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

Color convert

RGB 214 21 122 -
CMYK 0 0.90 0.43 0.16
HSL 328.6º 0.82% 0.46% -
HSV(B) 328.6º 0.9% 0.84% -
XYZ 31.51 16.24 19.89 -
YUV 90.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 214 21 122 0 0.90 0.43 0.16 328.6 0.82 0.46
Hex D6 15 7A 0 5A 2B 10 149 52 2E
Octal 326 25 172 0 132 53 20 511 122 56
Binary 11010110 10101 1111010 0 1011010 101011 10000 101001001 1010010 101110

Color Harmonies of #D6157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6157A

Black with #D6157A

Text Example


Text Example

White with #D6157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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