Html Css Color HEX #D6129B Medium Violet Red

📋 copy color: '#D6129B'

red 214 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #D6129B

Tints of Medium Violet Red #D6129B

RGB

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

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

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

R = 55.3%
G = 4.65%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6129B (or 0xD6129B) is known color: Medium Violet Red. HEX triplet: D6, 12 and 9B. RGB value is (214,18,155). Sum of RGB (Red+Green+Blue) = 214+18+155=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6129B is #29ED64. Grayscale: #5B5B5B. Windows color (decimal): -2747749 or 10162902. OLE color: 10162902.

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

Color convert

RGB 214 18 155 -
CMYK 0 0.92 0.28 0.16
HSL 318.06º 0.84% 0.45% -
HSV(B) 318.06º 0.92% 0.84% -
XYZ 33.86 17.1 32.53 -
YUV 92.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 214 18 155 0 0.92 0.28 0.16 318.06 0.84 0.45
Hex D6 12 9B 0 5C 1C 10 13E 54 2D
Octal 326 22 233 0 134 34 20 476 124 55
Binary 11010110 10010 10011011 0 1011100 11100 10000 100111110 1010100 101101

Color Harmonies of #D6129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6129B

Black with #D6129B

Text Example


Text Example

White with #D6129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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