Html Css Color HEX #D6157D Medium Violet Red

📋 copy color: '#D6157D'

red 214 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #D6157D

Tints of Medium Violet Red #D6157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 59.44%
G = 5.83%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6157D (or 0xD6157D) is known color: Medium Violet Red. HEX triplet: D6, 15 and 7D. RGB value is (214,21,125). Sum of RGB (Red+Green+Blue) = 214+21+125=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6157D is #29EA82. Grayscale: #5A5A5A. Windows color (decimal): -2747011 or 8197590. OLE color: 8197590.

HSL color Cylindrical-coordinate representation of color #D6157D: hue angle of 327.67º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6157D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 125 -
CMYK 0 0.90 0.42 0.16
HSL 327.67º 0.82% 0.46% -
HSV(B) 327.67º 0.9% 0.84% -
XYZ 31.7 16.31 20.88 -
YUV 90.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 214 21 125 0 0.90 0.42 0.16 327.67 0.82 0.46
Hex D6 15 7D 0 5A 2A 10 148 52 2E
Octal 326 25 175 0 132 52 20 510 122 56
Binary 11010110 10101 1111101 0 1011010 101010 10000 101001000 1010010 101110

Color Harmonies of #D6157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6157D

Black with #D6157D

Text Example


Text Example

White with #D6157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6157D; }

 p { color: rgb(214,21,125); }

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

background-color css

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

 a { background-color: rgb(214,21,125); }

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

border-color css

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

 span { border-color: rgb(214,21,125); }

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