Html Css Color HEX #D6159F Medium Violet Red

📋 copy color: '#D6159F'

red 214 ◦ green 21 ◦ blue 159

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

Shades of Medium Violet Red #D6159F

Tints of Medium Violet Red #D6159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 54.31%
G = 5.33%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6159F (or 0xD6159F) is known color: Medium Violet Red. HEX triplet: D6, 15 and 9F. RGB value is (214,21,159). Sum of RGB (Red+Green+Blue) = 214+21+159=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6159F is #29EA60. Grayscale: #5E5E5E. Windows color (decimal): -2746977 or 10425814. OLE color: 10425814.

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

Color convert

RGB 214 21 159 -
CMYK 0 0.90 0.26 0.16
HSL 317.1º 0.82% 0.46% -
HSV(B) 317.1º 0.9% 0.84% -
XYZ 34.26 17.34 34.34 -
YUV 94.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 214 21 159 0 0.90 0.26 0.16 317.1 0.82 0.46
Hex D6 15 9F 0 5A 1A 10 13D 52 2E
Octal 326 25 237 0 132 32 20 475 122 56
Binary 11010110 10101 10011111 0 1011010 11010 10000 100111101 1010010 101110

Color Harmonies of #D6159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6159F

Black with #D6159F

Text Example


Text Example

White with #D6159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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