Html Css Color HEX #D6128A Medium Violet Red

📋 copy color: '#D6128A'

red 214 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #D6128A

Tints of Medium Violet Red #D6128A

RGB

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

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

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

R = 57.84%
G = 4.86%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6128A (or 0xD6128A) is known color: Medium Violet Red. HEX triplet: D6, 12 and 8A. RGB value is (214,18,138). Sum of RGB (Red+Green+Blue) = 214+18+138=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6128A is #29ED75. Grayscale: #5A5A5A. Windows color (decimal): -2747766 or 9048790. OLE color: 9048790.

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

Color convert

RGB 214 18 138 -
CMYK 0 0.92 0.36 0.16
HSL 323.27º 0.84% 0.45% -
HSV(B) 323.27º 0.92% 0.84% -
XYZ 32.54 16.56 25.53 -
YUV 90.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 214 18 138 0 0.92 0.36 0.16 323.27 0.84 0.45
Hex D6 12 8A 0 5C 24 10 143 54 2D
Octal 326 22 212 0 134 44 20 503 124 55
Binary 11010110 10010 10001010 0 1011100 100100 10000 101000011 1010100 101101

Color Harmonies of #D6128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6128A

Black with #D6128A

Text Example


Text Example

White with #D6128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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