Html Css Color HEX #D6159A Medium Violet Red

📋 copy color: '#D6159A'

red 214 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #D6159A

Tints of Medium Violet Red #D6159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 55.01%
G = 5.4%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6159A (or 0xD6159A) is known color: Medium Violet Red. HEX triplet: D6, 15 and 9A. RGB value is (214,21,154). Sum of RGB (Red+Green+Blue) = 214+21+154=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6159A is #29EA65. Grayscale: #5D5D5D. Windows color (decimal): -2746982 or 10098134. OLE color: 10098134.

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

Color convert

RGB 214 21 154 -
CMYK 0 0.90 0.28 0.16
HSL 318.65º 0.82% 0.46% -
HSV(B) 318.65º 0.9% 0.84% -
XYZ 33.83 17.17 32.1 -
YUV 93.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 214 21 154 0 0.90 0.28 0.16 318.65 0.82 0.46
Hex D6 15 9A 0 5A 1C 10 13F 52 2E
Octal 326 25 232 0 132 34 20 477 122 56
Binary 11010110 10101 10011010 0 1011010 11100 10000 100111111 1010010 101110

Color Harmonies of #D6159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6159A

Black with #D6159A

Text Example


Text Example

White with #D6159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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