Html Css Color HEX #D6158D Medium Violet Red

📋 copy color: '#D6158D'

red 214 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #D6158D

Tints of Medium Violet Red #D6158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 56.91%
G = 5.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6158D (or 0xD6158D) is known color: Medium Violet Red. HEX triplet: D6, 15 and 8D. RGB value is (214,21,141). Sum of RGB (Red+Green+Blue) = 214+21+141=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6158D is #29EA72. Grayscale: #5C5C5C. Windows color (decimal): -2746995 or 9246166. OLE color: 9246166.

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

Color convert

RGB 214 21 141 -
CMYK 0 0.90 0.34 0.16
HSL 322.69º 0.82% 0.46% -
HSV(B) 322.69º 0.9% 0.84% -
XYZ 32.81 16.76 26.7 -
YUV 92.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 214 21 141 0 0.90 0.34 0.16 322.69 0.82 0.46
Hex D6 15 8D 0 5A 22 10 143 52 2E
Octal 326 25 215 0 132 42 20 503 122 56
Binary 11010110 10101 10001101 0 1011010 100010 10000 101000011 1010010 101110

Color Harmonies of #D6158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6158D

Black with #D6158D

Text Example


Text Example

White with #D6158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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