Html Css Color HEX #D6109B Medium Violet Red

📋 copy color: '#D6109B'

red 214 ◦ green 16 ◦ blue 155

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

Shades of Medium Violet Red #D6109B

Tints of Medium Violet Red #D6109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.16%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 55.58%
G = 4.16%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6109B (or 0xD6109B) is known color: Medium Violet Red. HEX triplet: D6, 10 and 9B. RGB value is (214,16,155). Sum of RGB (Red+Green+Blue) = 214+16+155=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6109B is #29EF64. Grayscale: #5A5A5A. Windows color (decimal): -2748261 or 10162390. OLE color: 10162390.

HSL color Cylindrical-coordinate representation of color #D6109B: hue angle of 317.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6109B is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 155 -
CMYK 0 0.93 0.28 0.16
HSL 317.88º 0.86% 0.45% -
HSV(B) 317.88º 0.93% 0.84% -
XYZ 33.83 17.03 32.51 -
YUV 91.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 214 16 155 0 0.93 0.28 0.16 317.88 0.86 0.45
Hex D6 10 9B 0 5D 1C 10 13E 56 2D
Octal 326 20 233 0 135 34 20 476 126 55
Binary 11010110 10000 10011011 0 1011101 11100 10000 100111110 1010110 101101

Color Harmonies of #D6109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6109B

Black with #D6109B

Text Example


Text Example

White with #D6109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6109B; }

 p { color: rgb(214,16,155); }

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

background-color css

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

 a { background-color: rgb(214,16,155); }

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

border-color css

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

 span { border-color: rgb(214,16,155); }

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