Html Css Color HEX #D6167D Medium Violet Red

📋 copy color: '#D6167D'

red 214 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #D6167D

Tints of Medium Violet Red #D6167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 59.28%
G = 6.09%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6167D (or 0xD6167D) is known color: Medium Violet Red. HEX triplet: D6, 16 and 7D. RGB value is (214,22,125). Sum of RGB (Red+Green+Blue) = 214+22+125=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6167D is #29E982. Grayscale: #5A5A5A. Windows color (decimal): -2746755 or 8197846. OLE color: 8197846.

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

Color convert

RGB 214 22 125 -
CMYK 0 0.90 0.42 0.16
HSL 327.81º 0.81% 0.46% -
HSV(B) 327.81º 0.9% 0.84% -
XYZ 31.72 16.35 20.89 -
YUV 91.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 214 22 125 0 0.90 0.42 0.16 327.81 0.81 0.46
Hex D6 16 7D 0 5A 2A 10 148 51 2E
Octal 326 26 175 0 132 52 20 510 121 56
Binary 11010110 10110 1111101 0 1011010 101010 10000 101001000 1010001 101110

Color Harmonies of #D6167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6167D

Black with #D6167D

Text Example


Text Example

White with #D6167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6167D; }

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

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

background-color css

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

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

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

border-color css

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

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

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