Html Css Color HEX #D6169D Medium Violet Red

📋 copy color: '#D6169D'

red 214 ◦ green 22 ◦ blue 157

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

Shades of Medium Violet Red #D6169D

Tints of Medium Violet Red #D6169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 54.45%
G = 5.6%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6169D (or 0xD6169D) is known color: Medium Violet Red. HEX triplet: D6, 16 and 9D. RGB value is (214,22,157). Sum of RGB (Red+Green+Blue) = 214+22+157=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6169D is #29E962. Grayscale: #5E5E5E. Windows color (decimal): -2746723 or 10294998. OLE color: 10294998.

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

Color convert

RGB 214 22 157 -
CMYK 0 0.90 0.27 0.16
HSL 317.81º 0.81% 0.46% -
HSV(B) 317.81º 0.9% 0.84% -
XYZ 34.1 17.3 33.44 -
YUV 94.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 214 22 157 0 0.90 0.27 0.16 317.81 0.81 0.46
Hex D6 16 9D 0 5A 1B 10 13E 51 2E
Octal 326 26 235 0 132 33 20 476 121 56
Binary 11010110 10110 10011101 0 1011010 11011 10000 100111110 1010001 101110

Color Harmonies of #D6169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6169D

Black with #D6169D

Text Example


Text Example

White with #D6169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6169D; }

 p { color: rgb(214,22,157); }

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

background-color css

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

 a { background-color: rgb(214,22,157); }

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

border-color css

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

 span { border-color: rgb(214,22,157); }

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