Html Css Color HEX #D6158C Medium Violet Red

📋 copy color: '#D6158C'

red 214 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #D6158C

Tints of Medium Violet Red #D6158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 57.07%
G = 5.6%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6158C (or 0xD6158C) is known color: Medium Violet Red. HEX triplet: D6, 15 and 8C. RGB value is (214,21,140). Sum of RGB (Red+Green+Blue) = 214+21+140=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6158C is #29EA73. Grayscale: #5B5B5B. Windows color (decimal): -2746996 or 9180630. OLE color: 9180630.

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

Color convert

RGB 214 21 140 -
CMYK 0 0.90 0.35 0.16
HSL 323.01º 0.82% 0.46% -
HSV(B) 323.01º 0.9% 0.84% -
XYZ 32.73 16.73 26.31 -
YUV 92.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 214 21 140 0 0.90 0.35 0.16 323.01 0.82 0.46
Hex D6 15 8C 0 5A 23 10 143 52 2E
Octal 326 25 214 0 132 43 20 503 122 56
Binary 11010110 10101 10001100 0 1011010 100011 10000 101000011 1010010 101110

Color Harmonies of #D6158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6158C

Black with #D6158C

Text Example


Text Example

White with #D6158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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