Html Css Color HEX #D6128B Medium Violet Red

📋 copy color: '#D6128B'

red 214 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #D6128B

Tints of Medium Violet Red #D6128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 57.68%
G = 4.85%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6128B (or 0xD6128B) is known color: Medium Violet Red. HEX triplet: D6, 12 and 8B. RGB value is (214,18,139). Sum of RGB (Red+Green+Blue) = 214+18+139=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6128B is #29ED74. Grayscale: #5A5A5A. Windows color (decimal): -2747765 or 9114326. OLE color: 9114326.

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

Color convert

RGB 214 18 139 -
CMYK 0 0.92 0.35 0.16
HSL 322.96º 0.84% 0.45% -
HSV(B) 322.96º 0.92% 0.84% -
XYZ 32.61 16.59 25.91 -
YUV 90.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 214 18 139 0 0.92 0.35 0.16 322.96 0.84 0.45
Hex D6 12 8B 0 5C 23 10 143 54 2D
Octal 326 22 213 0 134 43 20 503 124 55
Binary 11010110 10010 10001011 0 1011100 100011 10000 101000011 1010100 101101

Color Harmonies of #D6128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6128B

Black with #D6128B

Text Example


Text Example

White with #D6128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6128B; }

 p { color: rgb(214,18,139); }

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

background-color css

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

 a { background-color: rgb(214,18,139); }

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

border-color css

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

 span { border-color: rgb(214,18,139); }

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