Html Css Color HEX #D6157F Medium Violet Red

📋 copy color: '#D6157F'

red 214 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #D6157F

Tints of Medium Violet Red #D6157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 59.12%
G = 5.8%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6157F (or 0xD6157F) is known color: Medium Violet Red. HEX triplet: D6, 15 and 7F. RGB value is (214,21,127). Sum of RGB (Red+Green+Blue) = 214+21+127=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6157F is #29EA80. Grayscale: #5A5A5A. Windows color (decimal): -2747009 or 8328662. OLE color: 8328662.

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

Color convert

RGB 214 21 127 -
CMYK 0 0.90 0.41 0.16
HSL 327.05º 0.82% 0.46% -
HSV(B) 327.05º 0.9% 0.84% -
XYZ 31.83 16.36 21.56 -
YUV 90.79 148.44 215.88 -
System Red Green Blue C M Y K H S L
Decimal 214 21 127 0 0.90 0.41 0.16 327.05 0.82 0.46
Hex D6 15 7F 0 5A 29 10 147 52 2E
Octal 326 25 177 0 132 51 20 507 122 56
Binary 11010110 10101 1111111 0 1011010 101001 10000 101000111 1010010 101110

Color Harmonies of #D6157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6157F

Black with #D6157F

Text Example


Text Example

White with #D6157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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