Html Css Color HEX #D6188E Medium Violet Red

📋 copy color: '#D6188E'

red 214 ◦ green 24 ◦ blue 142

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

Shades of Medium Violet Red #D6188E

Tints of Medium Violet Red #D6188E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.32%

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 56.32%
G = 6.32%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6188E (or 0xD6188E) is known color: Medium Violet Red. HEX triplet: D6, 18 and 8E. RGB value is (214,24,142). Sum of RGB (Red+Green+Blue) = 214+24+142=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6188E is #29E771. Grayscale: #5D5D5D. Windows color (decimal): -2746226 or 9312470. OLE color: 9312470.

HSL color Cylindrical-coordinate representation of color #D6188E: hue angle of 322.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6188E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 142 -
CMYK 0 0.89 0.34 0.16
HSL 322.74º 0.8% 0.47% -
HSV(B) 322.74º 0.89% 0.84% -
XYZ 32.94 16.9 27.12 -
YUV 94.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 214 24 142 0 0.89 0.34 0.16 322.74 0.8 0.47
Hex D6 18 8E 0 59 22 10 143 50 2F
Octal 326 30 216 0 131 42 20 503 120 57
Binary 11010110 11000 10001110 0 1011001 100010 10000 101000011 1010000 101111

Color Harmonies of #D6188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6188E

Black with #D6188E

Text Example


Text Example

White with #D6188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6188E; }

 p { color: rgb(214,24,142); }

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

background-color css

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

 a { background-color: rgb(214,24,142); }

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

border-color css

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

 span { border-color: rgb(214,24,142); }

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