Html Css Color HEX #D6108A Medium Violet Red

📋 copy color: '#D6108A'

red 214 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #D6108A

Tints of Medium Violet Red #D6108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 58.15%
G = 4.35%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6108A (or 0xD6108A) is known color: Medium Violet Red. HEX triplet: D6, 10 and 8A. RGB value is (214,16,138). Sum of RGB (Red+Green+Blue) = 214+16+138=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D6108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6108A is #29EF75. Grayscale: #585858. Windows color (decimal): -2748278 or 9048278. OLE color: 9048278.

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

Color convert

RGB 214 16 138 -
CMYK 0 0.93 0.36 0.16
HSL 323.03º 0.86% 0.45% -
HSV(B) 323.03º 0.93% 0.84% -
XYZ 32.5 16.5 25.52 -
YUV 89.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 214 16 138 0 0.93 0.36 0.16 323.03 0.86 0.45
Hex D6 10 8A 0 5D 24 10 143 56 2D
Octal 326 20 212 0 135 44 20 503 126 55
Binary 11010110 10000 10001010 0 1011101 100100 10000 101000011 1010110 101101

Color Harmonies of #D6108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6108A

Black with #D6108A

Text Example


Text Example

White with #D6108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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