Html Css Color HEX #D6189D Medium Violet Red

📋 copy color: '#D6189D'

red 214 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #D6189D

Tints of Medium Violet Red #D6189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 54.18%
G = 6.08%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6189D (or 0xD6189D) is known color: Medium Violet Red. HEX triplet: D6, 18 and 9D. RGB value is (214,24,157). Sum of RGB (Red+Green+Blue) = 214+24+157=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6189D is #29E762. Grayscale: #5F5F5F. Windows color (decimal): -2746211 or 10295510. OLE color: 10295510.

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

Color convert

RGB 214 24 157 -
CMYK 0 0.89 0.27 0.16
HSL 318º 0.8% 0.47% -
HSV(B) 318º 0.89% 0.84% -
XYZ 34.14 17.38 33.45 -
YUV 95.97 162.45 212.19 -
System Red Green Blue C M Y K H S L
Decimal 214 24 157 0 0.89 0.27 0.16 318 0.8 0.47
Hex D6 18 9D 0 59 1B 10 13E 50 2F
Octal 326 30 235 0 131 33 20 476 120 57
Binary 11010110 11000 10011101 0 1011001 11011 10000 100111110 1010000 101111

Color Harmonies of #D6189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6189D

Black with #D6189D

Text Example


Text Example

White with #D6189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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