Html Css Color HEX #D6149D Medium Violet Red

📋 copy color: '#D6149D'

red 214 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #D6149D

Tints of Medium Violet Red #D6149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.12%

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

R = 54.73%
G = 5.12%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6149D (or 0xD6149D) is known color: Medium Violet Red. HEX triplet: D6, 14 and 9D. RGB value is (214,20,157). Sum of RGB (Red+Green+Blue) = 214+20+157=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6149D is #29EB62. Grayscale: #5D5D5D. Windows color (decimal): -2747235 or 10294486. OLE color: 10294486.

HSL color Cylindrical-coordinate representation of color #D6149D: hue angle of 317.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6149D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 157 -
CMYK 0 0.91 0.27 0.16
HSL 317.63º 0.83% 0.46% -
HSV(B) 317.63º 0.91% 0.84% -
XYZ 34.07 17.23 33.43 -
YUV 93.62 163.77 213.86 -
System Red Green Blue C M Y K H S L
Decimal 214 20 157 0 0.91 0.27 0.16 317.63 0.83 0.46
Hex D6 14 9D 0 5B 1B 10 13E 53 2E
Octal 326 24 235 0 133 33 20 476 123 56
Binary 11010110 10100 10011101 0 1011011 11011 10000 100111110 1010011 101110

Color Harmonies of #D6149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6149D

Black with #D6149D

Text Example


Text Example

White with #D6149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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